Skip to content

Commit

Permalink
update changelog + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Jul 13, 2024
1 parent 308c664 commit b0365c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Fix quam object instantiation error when a parameter type uses pipe operator
- Allow int keys to be serialised / loaded in QuAM using JSONSerialiser
- Fix type `OctaveUpconverter.triggered_reersed` -> `OctaveUpconverter.triggered_reversed`
- Fix tuples not being instantiated properly in specific circumstances


## [0.3.3]
Expand Down
2 changes: 1 addition & 1 deletion tests/instantiation/test_instantiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def test_instance_attr_literal_fail():
)


def test_isntantiate_tuple():
def test_instantiate_tuple():
@quam_dataclass
class TestQuamTuple(QuamComponent):
tuple_val: Tuple[int, str]
Expand Down

0 comments on commit b0365c0

Please sign in to comment.