Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 6, 2024
1 parent 15677e6 commit 83e1973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

"github.com/stretchr/testify/require"

"github.com/livekit/egress/pkg/info"
"github.com/livekit/egress/pkg/server"
"github.com/livekit/egress/pkg/service"
"github.com/livekit/protocol/redis"
"github.com/livekit/psrpc"
)
Expand All @@ -45,7 +45,7 @@ func TestEgress(t *testing.T) {
require.NoError(t, err)
bus := psrpc.NewRedisMessageBus(rc)

ioClient, err := service.NewIOClient(bus)
ioClient, err := info.NewIOClient(bus)
require.NoError(t, err)

svc, err := server.NewServer(r.ServiceConfig, bus, ioClient)
Expand Down

0 comments on commit 83e1973

Please sign in to comment.