Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
eastandwestwind committed Sep 4, 2024
1 parent 5d27c90 commit 3efe1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fideslang/gvl/test_gvl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_purpose_to_data_use():
purpose_to_data_use(12)

with pytest.raises(KeyError):
purpose_to_data_use(3, True)
purpose_to_data_use(4, True)


def test_features():
Expand Down

0 comments on commit 3efe1ea

Please sign in to comment.