mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-20 14:14:47 +01:00
background routine: add context cancel support
This commit is contained in:
@@ -271,6 +271,7 @@ func (suite *WebSocketTestSuite) TestWebSocketMissingInvoice() {
|
||||
func (suite *WebSocketTestSuite) TearDownSuite() {
|
||||
suite.invoiceUpdateSubCancelFn()
|
||||
suite.websocketServer.Close()
|
||||
clearTable(suite.service, "invoices")
|
||||
}
|
||||
|
||||
func TestWebSocketSuite(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user