lnd/lntest
Oliver Gugger 423de4d79a
itest: defer close of done channel
The testing framework uses runtime.Goexit() when a test fails which
still allows the defer calls to execute. That's why we should use defer
to close the done channel to allow all goroutines to exit properly.
2021-10-21 11:09:52 +02:00
..
2021-10-21 11:09:52 +02:00
2021-08-27 11:30:01 +02:00
2021-10-06 16:29:49 +02:00