You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests in internal/app/server/open_saves_test.go should use server.Run() directly. We should also modify Run() to accept a Listener instead of direct network address/port so that these tests can use bufconn instead.
Tests in
internal/app/server/open_saves_test.go
should useserver.Run()
directly. We should also modifyRun()
to accept a Listener instead of direct network address/port so that these tests can use bufconn instead.Spawned from discussion from #382
The text was updated successfully, but these errors were encountered: