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 6
6
7
7
load ' ./util/init.sh'
8
8
9
- @test " error on more than correct 'get' arguments" {
9
+ @test " Error on more than correct 'get' arguments" {
10
10
local subcmds=(get-string get-array get-object)
11
11
12
12
for subcmd in " ${subcmds[@]} " ; do
@@ -20,7 +20,7 @@ load './util/init.sh'
20
20
done
21
21
}
22
22
23
- @test " error on less than correct 'get' arguments" {
23
+ @test " Error on less than correct 'get' arguments" {
24
24
local subcmds=(get-string get-array get-object)
25
25
26
26
for subcmd in " ${subcmds[@]} " ; do
Original file line number Diff line number Diff line change 5
5
6
6
load ' ./util/init.sh'
7
7
8
- @test " error on more than correct 'set' arguments" {
8
+ @test " Error on more than correct 'set' arguments" {
9
9
local subcmds=(set-string set-array set-object)
10
10
11
11
for subcmd in " ${subcmds[@]} " ; do
@@ -19,7 +19,7 @@ load './util/init.sh'
19
19
done
20
20
}
21
21
22
- @test " error on less than correct 'set' arguments" {
22
+ @test " Error on less than correct 'set' arguments" {
23
23
local subcmds=(set-string set-array set-object)
24
24
25
25
for subcmd in " ${subcmds[@]} " ; do
You can’t perform that action at this time.
0 commit comments