Skip to content

Commit

Permalink
Update tests/test_funcs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 28, 2023
1 parent 10e806f commit 79965e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ class A:
coords: Coordinates = attr.ib()

instance = A(Coordinates(50.419019, 30.516225))

assert (Coordinates(50.419019, 30.516225),) == attr.astuple(
instance, retain_collection_types=True
)
Expand Down

0 comments on commit 79965e4

Please sign in to comment.