test name fix

This commit is contained in:
Ber Zoidberg 2019-06-12 08:12:15 -07:00
parent 997556f7bb
commit 6717cba286

View File

@ -480,7 +480,7 @@ def test_update_item_nested_remove():
@mock_dynamodb2_deprecated
def test_update_item_nested_remove():
def test_update_item_double_nested_remove():
conn = boto.dynamodb2.connect_to_region("us-east-1")
table = Table.create('messages', schema=[
HashKey('username')