Unverified Commit 06cefe4e authored by Dan Jones's avatar Dan Jones
Browse files

fix: correct typos in scenario names

parent 66f7e6f1
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,7 @@
Feature: Can the adapter receive messages?
The adapter poll method works as expected
Scenario: No messages are received succecssfully if the queue is empty
Scenario: No messages are received successfully if the queue is empty
Given valid config
When the adapter instance is created
When the auth method is called
......@@ -13,7 +13,7 @@ Feature: Can the adapter receive messages?
When the poll method is called
Then a successful response is returned with 0 messages
Scenario: 2 messages are received succecssfully if the queue contains 2 messages
Scenario: 2 messages are received successfully if the queue contains 2 messages
Given valid config
When the adapter instance is created
When the auth method is called
......@@ -23,7 +23,7 @@ Feature: Can the adapter receive messages?
Then the protocol "validate" method is called 2 times
Then the protocol "decode" method is called 2 times
Scenario: 10 messages are received succecssfully if the queue contains 10 messages
Scenario: 10 messages are received successfully if the queue contains 10 messages
Given valid config
When the adapter instance is created
When the auth method is called
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment