Skip to content

Commit dafdde1

Browse files
authored
Update mixed_policy_test.py
Fix E721
1 parent 2863e48 commit dafdde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/syft/tests/syft/policy/mixed_policy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_constant(worker) -> None:
3737
constant = create_constant.to_policy_rule("test")
3838

3939
assert constant.val == 2
40-
assert constant.klass == int
40+
assert constant.klass is int
4141

4242
create_constant = CreatePolicyRuleConstant(
4343
val=root_client.api.services.test.test_query

0 commit comments

Comments
 (0)