From b031600f81121184fb70c0c3f80b013086513d1d Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 10 Jun 2021 14:18:03 -0400 Subject: [PATCH] Remove an errant unstable MSC1772 prefix from tests. --- tests/msc3083_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/msc3083_test.go b/tests/msc3083_test.go index 706b20ec..2e922763 100644 --- a/tests/msc3083_test.go +++ b/tests/msc3083_test.go @@ -228,7 +228,7 @@ func TestRestrictedRoomsSpacesSummary(t *testing.T) { }, }) alice.SendEventSynced(t, space, b.Event{ - Type: "org.matrix.msc1772.space.child", + Type: "m.space.child", StateKey: &room, Content: map[string]interface{}{ "via": []string{"hs1"},