Improve code readability #1
+ Improved tests readability of common_utils_test.go + Fixed minor typos
This commit is contained in:
parent
8cd3ed2127
commit
68636d5e64
8 changed files with 167 additions and 123 deletions
|
|
@ -163,7 +163,7 @@ func TestLimitTags(t *testing.T) {
|
|||
}
|
||||
echo.Color(false)
|
||||
echo.Output(emt)
|
||||
grm.limitTags()
|
||||
grm.limitRepositoriesToTags()
|
||||
grm.runCommand(fakeCommand)
|
||||
}
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ func TestLimitName(t *testing.T) {
|
|||
}
|
||||
echo.Color(false)
|
||||
echo.Output(emt)
|
||||
grm.limitName()
|
||||
grm.limitRepositoryToName()
|
||||
grm.runCommand(fakeCommand)
|
||||
}
|
||||
func TestRunWithNotExistingNameInLimit(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue