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

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