Fix incorrect syntax in test
This commit is contained in:
@@ -28,9 +28,8 @@ class DictDefaultTest(unittest.TestCase):
|
|||||||
), "DictDefault should return value for existing keys in list"
|
), "DictDefault should return value for existing keys in list"
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
"value_e" in cfg.key_d,
|
"value_e" in cfg.key_d
|
||||||
"DictDefault should support in operator for existing keys in list",
|
), "DictDefault should support in operator for existing keys in list"
|
||||||
)
|
|
||||||
|
|
||||||
def test_dict_or_operator(self):
|
def test_dict_or_operator(self):
|
||||||
cfg = DictDefault(
|
cfg = DictDefault(
|
||||||
|
|||||||
Reference in New Issue
Block a user