complement/tests/msc2448/main_test.go
2025-02-06 21:50:08 +00:00

11 lines
142 B
Go

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