mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-19 13:44:53 +01:00
WIP: Scaffolding for integration tests
This commit is contained in:
11
rabbitmq/rabbitmq_test.go
Normal file
11
rabbitmq/rabbitmq_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package rabbitmq_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
//go:generate mockgen -destination=./rabbitmqmocks/rabbitmq.go -package rabbitmqmocks github.com/getAlby/lndhub.go/rabbitmq LndHubService
|
||||
|
||||
func TestFinalizedInitializedPayments(t *testing.T) {
|
||||
t.Parallel()
|
||||
}
|
||||
Reference in New Issue
Block a user