Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Mar 15, 2021
1 parent 0eb4e6e commit 706d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_module2md() -> None:
markdown = generator.module2md(generation)
# Remove whitespaces: fix changes between py version 3.6 3.7 in signature method
md_hash = hashlib.md5(markdown.replace(" ", "").encode("utf-8")).hexdigest()
assert md_hash == "148925d2185790ff780111699647d768"
assert md_hash == "e4637206eb4f1fb27360eed8cb3d99e2"


def test_func2md() -> None:
Expand Down

0 comments on commit 706d545

Please sign in to comment.