Skip to content

Commit 5a76a09

Browse files
committed
fix info test
1 parent 7558d2e commit 5a76a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def test_pipeline(client):
745745
pipeline.execute()
746746

747747
info = client.ts().info("with_pipeline")
748-
assert info.last_timeStamp == 99
748+
assert info.last_timestamp == 99
749749
assert info.total_samples == 100
750750
assert client.ts().get("with_pipeline")[1] == 99 * 1.1
751751

0 commit comments

Comments
 (0)