Skip to content

Commit

Permalink
#151 fix mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Augstein authored and Bradley Augstein committed Jun 12, 2024
1 parent 81276b0 commit 45d912b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ def test_transform(rng):

assert len(alms) == 2
assert alms.keys() == {("X", 0), ("Y", 1)}
assert alms["X", 0] is x.mapper_or_error.transform.return_value
assert alms["Y", 1] is y.mapper_or_error.transform.return_value
assert alms["X", 0] is x.mapper.transform.return_value
assert alms["Y", 1] is y.mapper.transform.return_value

0 comments on commit 45d912b

Please sign in to comment.