Skip to content

Commit 9cd71bb

Browse files
authored
Merge pull request #497 from abreumateus/patch-1
fix(step_text_data): typo in @then example
2 parents 9d31a7d + d870795 commit 9cd71bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ To access this text data you can use the ``text`` attribute on the ``step`` obje
589589
step.context.database.quotes.append(step.context.quote)
590590
591591
592-
@then("I expect {number:g} quote in the database")
592+
@then("I expect {number:g} quotes in the database")
593593
def expect_amount_of_quotes(step, number):
594594
assert len(step.context.database.quotes) == number
595595

0 commit comments

Comments
 (0)