Fix misnamed test
This commit is contained in:
parent
81547e1bc5
commit
25734f0c85
@ -5,7 +5,7 @@ from moto.dynamodb import dynamodb_backend
|
|||||||
|
|
||||||
|
|
||||||
@mock_dynamodb
|
@mock_dynamodb
|
||||||
def test_create_table():
|
def test_list_tables():
|
||||||
name = "TestTable"
|
name = "TestTable"
|
||||||
dynamodb_backend.create_table(name)
|
dynamodb_backend.create_table(name)
|
||||||
conn = boto.connect_dynamodb('the_key', 'the_secret')
|
conn = boto.connect_dynamodb('the_key', 'the_secret')
|
||||||
|
Loading…
Reference in New Issue
Block a user