Skip to content

Commit

Permalink
fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Sep 27, 2024
1 parent 6392555 commit 8775671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (s *e2eTestSuite) Test_InsertAlignedRecordsOfOneDevice() {
{float32(12.1), "Test Device 1", false},
{[]byte("Test Device 1"), time.Date(2024, time.Month(4), 1, 0, 0, 0, 0, time.UTC), ts},
}
timestamps = []int64{ts, ts - 1}
timestamps = []int64{ts, ts - 1, ts - 2}
)
s.checkError(s.session.InsertAlignedRecordsOfOneDevice(deviceId, timestamps, measurementsSlice, dataTypes, values, false))
ds, err := s.session.ExecuteStatement("select * from root.al1.dev4")
Expand Down

0 comments on commit 8775671

Please sign in to comment.