Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 4, 2023
1 parent 2910b35 commit 324b188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/grpc/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func newTestServer(t *testing.T, mockValidator bool) *grpc.Server {
if mockValidator {
mockVal := core_mock.NewMockChunkValidator()
mockVal.On("ValidateBlob", mock.Anything, mock.Anything).Return(nil)
mockVal.On("ValidateBatch", mock.Anything, mock.Anything).Return(nil)
val = mockVal
} else {

Expand Down

0 comments on commit 324b188

Please sign in to comment.