unit: abandon swap

This commit is contained in:
Slyghtning 2023-11-14 19:05:59 +01:00
parent 378d817f20
commit ce6f82626b
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
3 changed files with 206 additions and 4 deletions

View file

@ -125,10 +125,7 @@ func createClientTestContext(t *testing.T,
ctx.stop = stop
go func() {
err := swapClient.Run(
runCtx,
statusChan,
)
err := swapClient.Run(runCtx, statusChan)
log.Errorf("client run: %v", err)
ctx.runErr <- err
}()