mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-03 21:15:27 +01:00
all tests passing
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user