Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initialize socketPath to prevent stale cache (#491)
`daemonSuite.socketPath` appears to be assigned outside of the test, but only when it has a default value, which results in a stale `socketPath` value in this test. Running `go test -count=2 -v ./internals/daemon -check.v` with this fix now passes. Fixes #282.
- Loading branch information