Skip to content

Commit 55f5c6d

Browse files
committed
fixed tests
1 parent 73877e3 commit 55f5c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test_help() {
127127
assert_equal "${lines[6]}" "Options:"
128128
assert_equal "${lines[7]}" " --indent <NUM> Set indent size. Default: 3."
129129
assert_equal "${lines[8]}" " --insert Insert new TOC into original file. For local files only. Default: false."
130-
assert_equal "${lines[10]}" " --no-backup Remove backup file. Set --insert as well. Defaul: false."
130+
assert_equal "${lines[10]}" " --no-backup Remove backup file. Set --insert as well. Default: false."
131131
assert_equal "${lines[11]}" " --hide-footer Do not write date & author of the last TOC update. Set --insert as well. Default: false."
132132
assert_equal "${lines[12]}" " --skip-header Hide entry of the topmost headlines. Default: false."
133133
assert_equal "${#lines[@]}" "14"

0 commit comments

Comments
 (0)