Skip to content

Commit

Permalink
Remove an errant unstable MSC1772 prefix from tests. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Jun 11, 2021
1 parent fe1006c commit 4ea3d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/msc3083_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 4ea3d99

Please sign in to comment.