Skip to content

Commit

Permalink
Updated psql test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats E. Mollestad committed Nov 2, 2023
1 parent 55ec095 commit d4d7c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aligned/sources/tests/test_psql.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ async def test_postgresql_without_event(

job = store.features_for(
point_in_time_data_test_wituout_event_timestamp.entities,
point_in_time_data_test_wituout_event_timestamp.feature_reference,
event_timestamp_column='event_timestamp',
point_in_time_data_test_wituout_event_timestamp.feature_reference
)
data = (await job.to_polars()).collect()

Expand Down

0 comments on commit d4d7c9c

Please sign in to comment.