Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchen-g committed Jan 22, 2025
1 parent 969224f commit 997b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cntrsrv/cntrsrv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func buildBadServer(t *testing.T, mode badMode) func(uint) func() {
}

type gRIBIServer struct {
*spb.UnimplementedGRIBIServer
spb.UnimplementedGRIBIServer
}

func (g *gRIBIServer) Get(_ *spb.GetRequest, stream spb.GRIBI_GetServer) error {
Expand Down

0 comments on commit 997b732

Please sign in to comment.