We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b27cb commit a203030Copy full SHA for a203030
1 file changed
tests/msc4306/thread_subscriptions_sliding_sync_test.go
@@ -59,7 +59,7 @@ func TestMSC4308ThreadSubscriptionsSlidingSync(t *testing.T) {
59
"limit": 2,
60
})
61
62
- must.MatchGJSON(t, ext,
+ must.MatchGJSON(t, thread_subscription_ext,
63
match.JSONKeyTypeEqual("subscribed."+gjson.Escape(roomID)+"."+gjson.Escape(threadRootID)+".bump_stamp", gjson.Number),
64
match.JSONKeyEqual("subscribed."+gjson.Escape(roomID)+"."+gjson.Escape(threadRootID)+".automatic", false),
65
)
0 commit comments