Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Nov 21, 2023
1 parent 6924cad commit 6e3c150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/core/ngt/handler/grpc/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ func Test_server_GetTimestamp(t *testing.T) {
})
require.NoError(t, err)

// now test if the timestamp can be returned correctly
for i := 0; i < num; i++ {
testvec := req.GetRequests()[i].GetVector()
res, err := s.GetTimestamp(ectx, &payload.Object_GetTimestampRequest{
Expand Down

0 comments on commit 6e3c150

Please sign in to comment.