Skip to content

Commit 56fe53e

Browse files
committed
Fixed tests
1 parent 9236c57 commit 56fe53e

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
@@ -112,7 +112,7 @@ load test_helper
112112
@test "--version" {
113113
run $BATS_TEST_DIRNAME/../gh-md-toc --version
114114
assert_success
115-
assert_equal "${lines[0]}" "0.6.2"
115+
assert_equal "${lines[0]}" "0.7.0"
116116
}
117117

118118
@test "TOC for non-english chars, #6, #10" {

0 commit comments

Comments
 (0)