mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
unit: abandon swap
This commit is contained in:
parent
378d817f20
commit
ce6f82626b
3 changed files with 206 additions and 4 deletions
|
|
@ -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
|
||||
}()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue