Skip to content

Commit

Permalink
more frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Feb 4, 2025
1 parent dc63877 commit 7e81435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Foo(TestSetup):
)


@dataclass
@dataclass(frozen=True)
class Baz_u:
z: int

Expand All @@ -121,13 +121,13 @@ def test_decode_union_with_dataclass_and_atomic():
pass


@dataclass
@dataclass(frozen=True)
class Baz_e:
z: int
y: str


@dataclass
@dataclass(frozen=True)
class Bar_e:
z: bool

Expand Down

0 comments on commit 7e81435

Please sign in to comment.