Skip to content

Commit 7debe73

Browse files
committed
fix: fix spelling typo
1 parent 360495a commit 7debe73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/features/steps/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def step_impl(context: Context):
179179
)
180180
def step_impl(context: Context):
181181
"""
182-
In the @given steps that prececeed this step, a list of datetime fields
182+
In the @given steps that precede this step, a list of datetime fields
183183
needs to be added to the context object so that they can be checked here. This way
184184
we can test datetime fields with different names, such as 'date_time' in well-inventory-csv
185185
and `water_level_date_time` in water-level-csv.

0 commit comments

Comments
 (0)