lnd/itest/list_off_test.go
yyforyongyu 9d1d629001
itest+lntest: migrate lntemp to lntest
This commit performs the takeover that `lntemp` is now promoted to be
`lntest`, and the scaffolding is now removed as all the refactoring is
finished!
2023-02-23 21:56:09 +08:00

8 lines
129 B
Go

//go:build !integration
package itest
import "github.com/lightningnetwork/lnd/lntest"
var allTestCases = []*lntest.TestCase{}