complement/tests/msc4140/main_test.go
2024-09-18 16:06:03 +01:00

11 lines
142 B
Go

package tests
import (
"testing"
"github.com/matrix-org/complement"
)
func TestMain(m *testing.M) {
complement.TestMain(m, "msc4140")
}