Fix misnamed test

This commit is contained in:
zmsmith 2013-02-19 20:01:31 -05:00
parent 81547e1bc5
commit 25734f0c85

View File

@ -5,7 +5,7 @@ from moto.dynamodb import dynamodb_backend
@mock_dynamodb
def test_create_table():
def test_list_tables():
name = "TestTable"
dynamodb_backend.create_table(name)
conn = boto.connect_dynamodb('the_key', 'the_secret')