Skip to content

Commit

Permalink
Remote problematic terminology from test (#6368)
Browse files Browse the repository at this point in the history
- "Dude, blacklist is not the preferred nomenclature here."
  • Loading branch information
dstrain115 committed Dec 1, 2023
1 parent dbbca73 commit 9b65f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/protocols/json_serialization_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_not_yet_serializable_no_superfluous(mod_spec: ModuleJsonTestSpec):


@pytest.mark.parametrize('mod_spec', MODULE_TEST_SPECS, ids=repr)
def test_mutually_exclusive_blacklist(mod_spec: ModuleJsonTestSpec):
def test_mutually_exclusive_lists(mod_spec: ModuleJsonTestSpec):
common = set(mod_spec.should_not_be_serialized) & set(mod_spec.not_yet_serializable)
assert len(common) == 0, (
f"Defined in both {mod_spec.name} 'Not yet serializable' "
Expand Down

0 comments on commit 9b65f68

Please sign in to comment.