Skip to content

Commit d650d2f

Browse files
arajkumarabunuwas
andauthored
Update tests/test_fields.py
Co-authored-by: José Antonio Haro Peralta <abunuwas@users.noreply.github.com>
1 parent b6e13ef commit d650d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ def test_get_value_int_indexable_nested_list(self):
13801380
assert fields.get_value('bar.0.val', {'bar': [{'val': 42}]}) == 42
13811381

13821382
def test_get_value_int_indexable_tuple_with_str(self):
1383-
assert fields.get_value('bar.abc', {'bar': (42, 43)}) == None
1383+
assert fields.get_value('bar.abc', {'bar': (42, 43)}) is None
13841384

13851385
def test_get_value_int_indexable_tuple(self):
13861386
assert fields.get_value('bar.0', {'bar': (42, 43)}) == 42

0 commit comments

Comments
 (0)