Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SLornieCYC committed May 21, 2024
1 parent 8b2c176 commit 40668e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cin_validator/rules/cin2022_23/rule_8898.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_validate():
# check that the failing locations are contained in a DataFrame having the appropriate columns. These lines do not change.
assert isinstance(issue_rows, pd.DataFrame)
assert issue_rows.columns.to_list() == ["ERROR_ID", "ROW_ID"]

# Create the dataframe which you expect, based on the fake data you created. It should have two columns.
# - The first column is ERROR_ID which contains the unique combination that identifies each error instance, which you decided on earlier.
# - The second column in ROW_ID which contains a list of index positions that belong to each error instance.
Expand Down

0 comments on commit 40668e3

Please sign in to comment.