Skip to content

Commit 9b65f68

Browse files
authored
Remote problematic terminology from test (#6368)
- "Dude, blacklist is not the preferred nomenclature here."
1 parent dbbca73 commit 9b65f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/protocols/json_serialization_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_not_yet_serializable_no_superfluous(mod_spec: ModuleJsonTestSpec):
237237

238238

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

0 commit comments

Comments
 (0)