Skip to content

Commit

Permalink
feat: update error
Browse files Browse the repository at this point in the history
  • Loading branch information
larryanz committed Feb 14, 2025
1 parent 92b8fda commit ab6fe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/pstest/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func NewServerWithCallback(port int, callback func(*grpc.Server), opts ...Server
func initNewServer(address string, callback func(*grpc.Server), opts ...ServerReactorOption) *Server {
srv, err := testutil.NewServerWithAddress(address)
if err != nil {
panic(fmt.Sprintf("pstest.NewServerWithCallback: %v", err))
panic(fmt.Sprintf("pstest.initNewServer: %v", err))
}
reactorOptions := ReactorOptions{}
for _, opt := range opts {
Expand Down

0 comments on commit ab6fe46

Please sign in to comment.