mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-19 21:54:59 +01:00
12 lines
255 B
Go
12 lines
255 B
Go
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()
|
|
}
|