Skip to content

Commit

Permalink
Increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jun 15, 2024
1 parent 0e8729d commit 5ab1217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
SerializableType,
SerializationStrategy,
)
from tests.entities import MyUntypedNamedTupleWithDefaults
from tests.entities import MyUntypedNamedTupleWithDefaults, TDefaultInt

from .conftest import add_unpack_method
from .entities import (
Expand Down Expand Up @@ -181,6 +181,7 @@ class Fixture:
(T, Fixture.T, Fixture.T),
(TInt, Fixture.T_INT, Fixture.T_INT),
(TIntStr, Fixture.T_INT_STR, Fixture.T_INT_STR),
(TDefaultInt, Fixture.T_INT, Fixture.T_INT),
(Any, Fixture.ANY, Fixture.ANY),
(TAny, Fixture.ANY, Fixture.ANY),
(int, Fixture.INT, Fixture.INT),
Expand Down

0 comments on commit 5ab1217

Please sign in to comment.