Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Nov 14, 2024
1 parent de26c42 commit 02b303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ def test_all_logic_errors_batched(self):

# check that the findings validation_id Series contains at least 1 of every logic error check id
assert len(set(results['validation_id'].to_list()).difference(set(logic_checks))) == 0
assert results.select(pl.col('phase').eq(ValidationPhase.LOGICAL.value).all()).item()
assert results.select(pl.col('phase').eq(ValidationPhase.LOGICAL.value).all()).item()

0 comments on commit 02b303d

Please sign in to comment.