lnd/lntest/itest/list_on_test.go
2022-10-14 15:45:24 +08:00

14 lines
255 B
Go

//go:build rpctest
// +build rpctest
package itest
import "github.com/lightningnetwork/lnd/lntemp"
// TODO(yy): remove the temp.
var allTestCasesTemp = []*lntemp.TestCase{
{
Name: "update channel status",
TestFunc: testUpdateChanStatus,
},
}