Skip to content

Commit a203030

Browse files
committed
fixup! Update tests/msc4306/thread_subscriptions_sliding_sync_test.go
1 parent c3b27cb commit a203030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/msc4306/thread_subscriptions_sliding_sync_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestMSC4308ThreadSubscriptionsSlidingSync(t *testing.T) {
5959
"limit": 2,
6060
})
6161

62-
must.MatchGJSON(t, ext,
62+
must.MatchGJSON(t, thread_subscription_ext,
6363
match.JSONKeyTypeEqual("subscribed."+gjson.Escape(roomID)+"."+gjson.Escape(threadRootID)+".bump_stamp", gjson.Number),
6464
match.JSONKeyEqual("subscribed."+gjson.Escape(roomID)+"."+gjson.Escape(threadRootID)+".automatic", false),
6565
)

0 commit comments

Comments
 (0)