Skip to content

Commit

Permalink
Update mixed_policy_test.py
Browse files Browse the repository at this point in the history
Fix E721
  • Loading branch information
Smartappli authored Dec 1, 2024
1 parent 2863e48 commit dafdde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/tests/syft/policy/mixed_policy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_constant(worker) -> None:
constant = create_constant.to_policy_rule("test")

assert constant.val == 2
assert constant.klass == int
assert constant.klass is int

create_constant = CreatePolicyRuleConstant(
val=root_client.api.services.test.test_query
Expand Down

0 comments on commit dafdde1

Please sign in to comment.