Skip to content

Commit

Permalink
Merge branch 'main' into generic-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Aug 14, 2022
2 parents 6e2f9b7 + b440f54 commit 10254b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_generic.py
Expand Up @@ -720,7 +720,3 @@ def test_create_string_object_force():
assert create_string_object(b"Hello World", []) == "Hello World"
assert create_string_object(b"Hello World", {72: "A"}) == "Aello World"
assert create_string_object(b"Hello World", "utf8") == "Hello World"


def test_tree():
tree = TreeObject()

0 comments on commit 10254b6

Please sign in to comment.