Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Nov 28, 2024
1 parent f8fa3a3 commit b54ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_matches(self, sample_data):
]
assert set(selected_columns).difference(expected_columns) == set()

selected_columns = sample_data.select(cs.matches("*")).columns
selected_columns = sample_data.select(cs.matches(".*")).columns
expected_columns = [
"name",
"birth_date",
Expand Down

0 comments on commit b54ffd7

Please sign in to comment.