mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 22:58:18 +01:00
10 lines
178 B
Go
10 lines
178 B
Go
|
//go:build !rpctest
|
||
|
// +build !rpctest
|
||
|
|
||
|
package itest
|
||
|
|
||
|
import "github.com/lightningnetwork/lnd/lntemp"
|
||
|
|
||
|
// TODO(yy): remove the temp.
|
||
|
var allTestCasesTemp = []*lntemp.TestCase{}
|