all tests passing

This commit is contained in:
kiwiidb
2022-06-15 18:27:03 +02:00
parent 057a8f3c57
commit 40e34086d7
16 changed files with 35 additions and 65 deletions

View File

@@ -30,7 +30,7 @@ type UserAuthTestSuite struct {
}
func (suite *UserAuthTestSuite) SetupSuite() {
svc, err := LndHubTestServiceInit(nil)
svc, err := LndHubTestServiceInit(newDefaultMockLND())
if err != nil {
log.Fatalf("Error initializing test service: %v", err)
}