Skip to content

Commit

Permalink
fix: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats E. Mollestad committed Nov 6, 2023
1 parent ed69ece commit 6a5fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aligned/tests/test_model_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class TestModel:

await store.insert_into(FeatureLocation.model('test_model'), {'id': [1, 2, 3], 'a': [10, 14, 20]})

stored_data = pl.read_parquet(path)
stored_data = pl.read_parquet(path).select(expected_frame.columns)
assert stored_data.frame_equal(expected_frame)


Expand Down

0 comments on commit 6a5fd2b

Please sign in to comment.