Skip to content

Commit

Permalink
Fixed rule test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus committed Jul 13, 2024
1 parent 25b15df commit 0c11e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/class_rule/test_rule_update_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_delete_rule_by_list_of_keys(spark):
assert len(c._rule) == 3

c.delete_rule_by_key(
"CC325931A3F6C6B4128FAD3C94A1D8DED7B696B0BB132241BCAB7570777A63CE"
"A4846EC1BEF648CE1D190492031AA5999A61EAEF0C13B250439569539FD3E83C"
)
assert len(c._rule) == 2

Expand Down

0 comments on commit 0c11e78

Please sign in to comment.