Skip to content

Commit

Permalink
prirozbity?
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Sep 25, 2024
1 parent eef2dcf commit 5f79d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ def test_annotated(self):
self.assertTrue(d[""]["test2"].update(" "))


class TestParametrizedGeneric(TestAbstract):
class TestAnnotation(TestAbstract):
""" Tests tag annotation. """

def test_generic(self):
t = Tag("", annotation=list)
t.update("")
Expand Down

0 comments on commit 5f79d92

Please sign in to comment.