We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d31a7d + d870795 commit 9cd71bbCopy full SHA for 9cd71bb
1 file changed
docs/tutorial.rst
@@ -589,7 +589,7 @@ To access this text data you can use the ``text`` attribute on the ``step`` obje
589
step.context.database.quotes.append(step.context.quote)
590
591
592
- @then("I expect {number:g} quote in the database")
+ @then("I expect {number:g} quotes in the database")
593
def expect_amount_of_quotes(step, number):
594
assert len(step.context.database.quotes) == number
595
0 commit comments