File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77load ' ./util/init.sh'
88
9- @test " error on more than correct 'get' arguments" {
9+ @test " Error on more than correct 'get' arguments" {
1010 local subcmds=(get-string get-array get-object)
1111
1212 for subcmd in " ${subcmds[@]} " ; do
@@ -20,7 +20,7 @@ load './util/init.sh'
2020 done
2121}
2222
23- @test " error on less than correct 'get' arguments" {
23+ @test " Error on less than correct 'get' arguments" {
2424 local subcmds=(get-string get-array get-object)
2525
2626 for subcmd in " ${subcmds[@]} " ; do
Original file line number Diff line number Diff line change 55
66load ' ./util/init.sh'
77
8- @test " error on more than correct 'set' arguments" {
8+ @test " Error on more than correct 'set' arguments" {
99 local subcmds=(set-string set-array set-object)
1010
1111 for subcmd in " ${subcmds[@]} " ; do
@@ -19,7 +19,7 @@ load './util/init.sh'
1919 done
2020}
2121
22- @test " error on less than correct 'set' arguments" {
22+ @test " Error on less than correct 'set' arguments" {
2323 local subcmds=(set-string set-array set-object)
2424
2525 for subcmd in " ${subcmds[@]} " ; do
You can’t perform that action at this time.
0 commit comments