Skip to content

Commit 9830388

Browse files
Update tests/msc4306/thread_subscriptions_sliding_sync_test.go
Co-authored-by: Eric Eastwood <erice@element.io>
1 parent 6a10106 commit 9830388

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
@@ -52,7 +52,7 @@ func TestThreadSubscriptionsSlidingSync(t *testing.T) {
5252
// Subscribe to the thread manually
5353
alice.MustDo(t, "PUT", []string{"_matrix", "client", "unstable", "io.element.msc4306", "rooms", roomID, "thread", threadRootID, "subscription"}, client.WithJSONBody(t, map[string]interface{}{}))
5454

55-
_, ext := MustDoSlidingSync(t, alice, "", map[string]interface{}{
55+
_, thread_subscription_ext := MustDoSlidingSync(t, alice, "", map[string]interface{}{
5656
"enabled": true,
5757
"limit": 2,
5858
})

0 commit comments

Comments
 (0)