mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Correct SYNC range
This commit is contained in:
parent
74c9f77e5d
commit
6293edc98a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user