Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic committed Oct 4, 2023
1 parent f744c65 commit c488e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/importlib_metadata_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def test_can_detect_version(self):
# pip
from importlib_metadata import version

self.assertEqual(version("importlib_metadata"), "1.5.0")
self.assertEqual(version("importlib_metadata"), "6.8.0")

def test_nonexistant_module(self):
from importlib_metadata import distribution, PackageNotFoundError
Expand Down

0 comments on commit c488e16

Please sign in to comment.