lnd_test: add integration tests for stateless init

This commit is contained in:
Oliver Gugger
2020-10-06 17:23:40 +02:00
parent e7aa9256ab
commit 24adf475ce
6 changed files with 223 additions and 29 deletions

View File

@@ -282,4 +282,8 @@ var allTestCases = []*testCase{
name: "connection timeout",
test: testNetworkConnectionTimeout,
},
{
name: "stateless init",
test: testStatelessInit,
},
}