Skip to content

Commit c806e1c

Browse files
Fix ErrTupleFound assert fail message
1 parent b50fcb1 commit c806e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func TestClient(t *testing.T) {
439439
t.Errorf("Expected ErrTupleFound but got: %v", err)
440440
}
441441
if len(resp.Data) != 0 {
442-
t.Errorf("Response Body len != 1")
442+
t.Errorf("Response Body len != 0")
443443
}
444444

445445
// Delete

0 commit comments

Comments
 (0)