Appease the linter

This commit is contained in:
Luke Murphy 2019-12-04 22:51:11 +07:00
parent b21545348e
commit dfa865998d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@
def test_version_fails_gracefully(mocker):
target = 'pkg_resources.get_distribution'
mocker.patch(target, side_effect=Exception())
from flat_tree.__init__ import __version__
assert __version__ == 'unknown'