Skip to content

Commit 7bdd1d6

Browse files
committed
Make the test clearer what is being tested
1 parent 674a0c2 commit 7bdd1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/datatable/test_datatable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_steps_with_missing_data_tables(pytester):
157157
| John | [email protected] | 30 |
158158
| Alice | [email protected] | 25 |
159159
160-
When this step has no data table
160+
When this step has no data table but tries to use the data_table fixture
161161
Then an error is thrown
162162
"""
163163
),
@@ -175,7 +175,7 @@ def _(data_table):
175175
dump_obj(given_data_table)
176176
177177
178-
@when("this step has no data table")
178+
@when("this step has no data table but tries to use the data_table fixture")
179179
def _(data_table):
180180
when_data_table = data_table
181181
dump_obj(when_data_table)

0 commit comments

Comments
 (0)