typos
This commit is contained in:
parent
67933574b9
commit
a9ef2eaaf4
2 changed files with 4 additions and 4 deletions
|
|
@ -104,7 +104,7 @@ def test_send_message_with_delay():
|
|||
|
||||
|
||||
@mock_sqs
|
||||
def test_message_becomes_inflight_when_recieved():
|
||||
def test_message_becomes_inflight_when_received():
|
||||
conn = boto.connect_sqs('the_key', 'the_secret')
|
||||
queue = conn.create_queue("test-queue", visibility_timeout=2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue