Skip to content

Commit

Permalink
test: final test update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Nov 28, 2024
1 parent b54ffd7 commit 6be5ac8
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 @@ -72,7 +72,7 @@ def test_numeric(self, sample_data):

def test_temporal(self, sample_data):
selected_columns = sample_data.select(cs.temporal()).columns
expected_columns = ["seasons"]
expected_columns = ["birth_date", "original_air_date"]
assert set(selected_columns).difference(expected_columns) == set()

def test_date(self, sample_data):
Expand Down

0 comments on commit 6be5ac8

Please sign in to comment.