Skip to content

Commit f171a60

Browse files
jirhikerCopilot
andauthored
Update tests/features/steps/well-inventory-csv-given.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93ce87e commit f171a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/features/steps/well-inventory-csv-given.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def step_impl(context: Context):
292292
)
293293
def step_impl(context: Context):
294294
df = _get_valid_df(context)
295-
df.loc[0]["well_name_point_id"] = '"well-name-point-id'
295+
df.loc[0, "well_name_point_id"] = '"well-name-point-id'
296296
_set_content_from_df(context, df)
297297

298298

0 commit comments

Comments
 (0)