diff --git a/tests/test_misc.py b/tests/test_misc.py index b26adbd..f76a708 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -87,7 +87,7 @@ def test_gt(): def test_eq(): # Compare with other OptionalDependencyEnum instances - assert OptDeps.PACKAGING == OptDeps.PACKAGING + assert OptDeps.PACKAGING is OptDeps.PACKAGING assert not OptDeps.PACKAGING == OptDeps.PYTEST # noqa: SIM201 # Compare with an unsupported type