Skip to content

Commit

Permalink
Test with current column name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Sep 13, 2024
1 parent a49837d commit f7480bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_read_ddf(self):
# range that does not include DDFs.
resource_path = ResourcePath(get_baseline())
visits = read_ddf_visits(resource_path, Time("2026-11-01"), Time("2026-12-01"))
self.assertTrue("target" in visits.columns)
self.assertTrue("target_name" in visits.columns)
self.assertGreater(len(visits), 0)


Expand Down

0 comments on commit f7480bb

Please sign in to comment.