Skip to content

Commit

Permalink
Make test case more sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Feb 2, 2023
1 parent 452d7bb commit 11ab764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/tests/test_updateby.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_rolling_sum(self):
rolling_sum_time(ts_col="Timestamp", cols=["rsum_b = b", "rsum_e = e"], rev_time=10_000_000_000,
fwd_time=-10_000_000_00),
rolling_sum_time(ts_col="Timestamp", cols=["rsum_b = b", "rsum_e = e"], rev_time="00:00:30",
fwd_time="-00:00:30"),
fwd_time="-00:00:20"),
]

for op in ops:
Expand Down

0 comments on commit 11ab764

Please sign in to comment.