complement/tests/msc3967/main_test.go
Kegan Dougal 31d4f5d140
Add tests for msc3967 (#713)
* Add tests for msc3967

* Additional idempotency check
2024-04-15 12:27:57 +01:00

11 lines
142 B
Go

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