Skip to content

Commit

Permalink
Fix bug in Close
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBergmeier6176 committed Nov 8, 2023
1 parent 0b60926 commit 5fcc311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/gcp/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ func MustMakeTestServices(ctx context.Context, project, serviceName string, opts
},
PubSub: pubSub,
PubSubServer: psServer,
listener: l,
grpcServer: grpcServer,
fes: fes,
grpcServer: grpcServer,
listener: l,
psServerConn: psServerConn,
}
}

Expand Down

0 comments on commit 5fcc311

Please sign in to comment.