Skip to content

Commit

Permalink
Prepare for 1.3.0 release. Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotaev committed Nov 11, 2019
1 parent 62365c6 commit 984dcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_version.py
Expand Up @@ -3,8 +3,8 @@


def test_version():
assert '1.2.1' == __version__
assert '1.3.0' == __version__


def test_version_info():
assert (1, 2, 1) == vakt.version_info()
assert (1, 3, 0) == vakt.version_info()

0 comments on commit 984dcad

Please sign in to comment.