Skip to content

Commit

Permalink
fixed a test for updated endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fboerman committed May 28, 2024
1 parent a50f643 commit 5c3b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_core_flowbased.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_validation(client):
d_to=mtu + pd.Timedelta(hours=1)
)
assert len(df) == 13
assert len(df.columns) == 28
assert len(df.columns) == 29


def test_status(client, mtu):
Expand Down

0 comments on commit 5c3b1b4

Please sign in to comment.