Skip to content

Commit

Permalink
assert no error
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Sep 18, 2018
1 parent e64e907 commit 9bede6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/grpc_rpc_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func TestAddServer(t *testing.T) {
Frontend: false,
}
gs, err := NewGRPCServer(conf, server, []metrics.Reporter{})
assert.NoError(t, err)

mockPitayaServer := protosmocks.NewMockPitayaServer(ctrl)
gs.SetPitayaServer(mockPitayaServer)
Expand Down

0 comments on commit 9bede6d

Please sign in to comment.