Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Pradeep Mishra <pradeepbbl@gmail.com>
  • Loading branch information
pradeepbbl committed Jul 11, 2024
1 parent aec4f43 commit e487e7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/pkg/sync/grpc/grpc_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ func Test_InitWithSizeOverride(t *testing.T) {

}

grpcSync.Init(context.Background())

err := grpcSync.Init(context.Background())

require.Nilf(t, err, "%s: expected no error, but got non nil error", t.Name())
require.Equal(t, "setting max receive message size 10 bytes default 4MB", observedLogs.All()[0].Message)

}
Expand Down

0 comments on commit e487e7c

Please sign in to comment.