Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 15, 2020
1 parent 9236c57 commit 56fe53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Expand Up @@ -112,7 +112,7 @@ load test_helper
@test "--version" {
run $BATS_TEST_DIRNAME/../gh-md-toc --version
assert_success
assert_equal "${lines[0]}" "0.6.2"
assert_equal "${lines[0]}" "0.7.0"
}

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

0 comments on commit 56fe53e

Please sign in to comment.