From ff6555a3415b1270cb16cf0e3a89be5d8c64afce Mon Sep 17 00:00:00 2001 From: Doug Strain Date: Fri, 1 Dec 2023 08:44:15 -0800 Subject: [PATCH] Remote problematic terminology from test (#6368) - "Dude, blacklist is not the preferred nomenclature here." --- cirq/protocols/json_serialization_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq/protocols/json_serialization_test.py b/cirq/protocols/json_serialization_test.py index d25aa8a0938..126701d8c70 100644 --- a/cirq/protocols/json_serialization_test.py +++ b/cirq/protocols/json_serialization_test.py @@ -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' "