Skip to content

Commit

Permalink
chore: remove misleading test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brewer committed Dec 29, 2021
1 parent 2c7a0ac commit e49a858
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/functional/test_data_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,6 @@ def test_dynamo_attribute_value_null_value():
assert attribute_value.null_value == attribute_value.get_value


def test_dynamo_attribute_value_null_value_invalid():
example_attribute_value = {"NULL": False}

attribute_value = AttributeValue(example_attribute_value)

assert attribute_value.get_type == AttributeValueType.Null
assert attribute_value.null_value is None


def test_dynamo_attribute_value_s_value():
example_attribute_value = {"S": "Hello"}

Expand Down

0 comments on commit e49a858

Please sign in to comment.