Skip to content

Commit ae59e7e

Browse files
committed
Tweak row num due to walrus
1 parent 7473dcd commit ae59e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_16_advanced_forms.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ Traceback (most recent call last):
10111011
File "...goat-book/src/functional_tests/test_list_item_validation.py", line
10121012
47, in test_cannot_add_empty_list_items
10131013
self.wait_for_row_in_list_table("2: Make tea")
1014-
File "...goat-book/src/functional_tests/base.py", line 38, in
1014+
File "...goat-book/src/functional_tests/base.py", line 37, in
10151015
wait_for_row_in_list_table
10161016
self.assertIn(row_text, [row.text for row in rows])
10171017
AssertionError: '2: Make tea' not found in ['1: Make tea', '2: Purchase milk']

0 commit comments

Comments
 (0)