Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Jan 23, 2025
1 parent c4a67a0 commit 3afcdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type GRPCStorageIntegration struct {

func (s *GRPCStorageIntegration) initialize(t *testing.T) {
s.remoteStorage = integration.StartNewRemoteMemoryStorage(t, ports.RemoteStorageGRPC)
s.remoteStorage = integration.StartNewRemoteMemoryStorage(t, ports.RemoteStorageGRPC+1)
s.archiveRemoteStorage = integration.StartNewRemoteMemoryStorage(t, ports.RemoteStorageGRPC+1)
}

func (s *GRPCStorageIntegration) cleanUp(t *testing.T) {
Expand Down

0 comments on commit 3afcdb5

Please sign in to comment.