Skip to content

Commit e49a858

Browse files
author
Michael Brewer
committed
chore: remove misleading test
1 parent 2c7a0ac commit e49a858

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/functional/test_data_classes.py

-9
Original file line numberDiff line numberDiff line change
@@ -548,15 +548,6 @@ def test_dynamo_attribute_value_null_value():
548548
assert attribute_value.null_value == attribute_value.get_value
549549

550550

551-
def test_dynamo_attribute_value_null_value_invalid():
552-
example_attribute_value = {"NULL": False}
553-
554-
attribute_value = AttributeValue(example_attribute_value)
555-
556-
assert attribute_value.get_type == AttributeValueType.Null
557-
assert attribute_value.null_value is None
558-
559-
560551
def test_dynamo_attribute_value_s_value():
561552
example_attribute_value = {"S": "Hello"}
562553

0 commit comments

Comments
 (0)