Correct SYNC range

This commit is contained in:
Kegan Dougal 2023-04-11 17:11:30 +01:00
parent 74c9f77e5d
commit 6293edc98a

View File

@ -1055,7 +1055,7 @@ func TestNumLiveBulk(t *testing.T) {
},
},
), m.MatchList("the_list", m.MatchV3Count(1), m.MatchV3Ops(
m.MatchV3SyncOp(0, 1, []string{roomID}),
m.MatchV3SyncOp(0, 0, []string{roomID}),
)))
// inject 10 events in batches of 2, 1, 3, 4