Skip to content

Commit c3b27cb

Browse files
committed
Make it obvious it's MSC4308
1 parent 9830388 commit c3b27cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/msc4306/thread_subscriptions_sliding_sync_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ func MustDoSlidingSync(t *testing.T, user *client.CSAPI, pos string, thread_subs
3434
return newPos, extension
3535
}
3636

37-
func TestThreadSubscriptionsSlidingSync(t *testing.T) {
37+
// Tests the thread subscriptions extension to sliding sync, introduced in MSC4308
38+
// but treated as the same unit as MSC4306.
39+
func TestMSC4308ThreadSubscriptionsSlidingSync(t *testing.T) {
3840
deployment := complement.Deploy(t, 1)
3941
defer deployment.Destroy(t)
4042

0 commit comments

Comments
 (0)