X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/5cc444c89968dda9060d4e2f458b1babb9b603cd..a6216dd89252fa01dc176f98f1e4ecfd3f637566:/hotline/server_test.go diff --git a/hotline/server_test.go b/hotline/server_test.go index 7e2608e..3a368e0 100644 --- a/hotline/server_test.go +++ b/hotline/server_test.go @@ -5,8 +5,8 @@ import ( "context" "fmt" "github.com/stretchr/testify/assert" - "go.uber.org/zap" "io" + "log/slog" "os" "sync" "testing" @@ -35,7 +35,7 @@ func TestServer_handleFileTransfer(t *testing.T) { fileTransfers map[[4]byte]*FileTransfer Config *Config ConfigDir string - Logger *zap.SugaredLogger + Logger *slog.Logger PrivateChats map[uint32]*PrivateChat NextGuestID *uint16 TrackerPassID [4]byte