Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jun 27, 2016
1 parent bb9f0d6 commit 725e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Expand Up @@ -102,7 +102,7 @@ load test_helper
@test "--version" {
run $BATS_TEST_DIRNAME/../gh-md-toc --version
assert_success
assert_equal "${lines[0]}" "0.4.6"
assert_equal "${lines[0]}" "0.4.7"
}

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

0 comments on commit 725e400

Please sign in to comment.