X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/48ecca21dde5b1c8a3f34bad60512503292c7141..f8e4cd540b87de3e308ec18a2b040b284a741522:/hotline/server_test.go?ds=sidebyside 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