Skip to content

Commit

Permalink
fix golangci warning
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <kevindiujp@gmail.com>
  • Loading branch information
kevindiu committed Jun 1, 2022
1 parent 928b4c8 commit 9eb32fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions internal/conv/conv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func TestUtf8ToSjis(t *testing.T) {
if err := checkFunc(test.want, got, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down Expand Up @@ -356,7 +355,6 @@ func TestUtf8ToEucjp(t *testing.T) {
if err := checkFunc(test.want, got, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
2 changes: 0 additions & 2 deletions internal/test/data/request/insert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ func TestGenMultiInsertReq(t *testing.T) {
if err := checkFunc(test.want, got, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down Expand Up @@ -341,7 +340,6 @@ func TestGenSameVecMultiInsertReq(t *testing.T) {
if err := checkFunc(test.want, got); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
1 change: 0 additions & 1 deletion internal/test/data/request/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func TestGenObjectLocations(t *testing.T) {
if err := checkFunc(test.want, got); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
3 changes: 0 additions & 3 deletions internal/test/data/vector/gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ func TestGenF32Vec(t *testing.T) {
if err := checkFunc(test.want, got, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down Expand Up @@ -919,7 +918,6 @@ func TestGenUint8Vec(t *testing.T) {
if err := checkFunc(test.want, got, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down Expand Up @@ -1001,7 +999,6 @@ func TestGenSameValueVec(t *testing.T) {
if err := checkFunc(test.want, got); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down

0 comments on commit 9eb32fc

Please sign in to comment.