We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829839f commit d14c166Copy full SHA for d14c166
tests/msc2716_test.go
@@ -521,8 +521,8 @@ func TestBackfillingHistory(t *testing.T) {
521
historicalEventIDs := getEventsFromBatchSendResponseBody(t, batchSendResBody)
522
baseInsertionEventID := historicalEventIDs[len(historicalEventIDs)-1]
523
524
- // [1 insertion event + 2 historical events + 1 insertion event]
525
- if len(historicalEventIDs) != 4 {
+ // [1 insertion event + 2 historical events + 1 chunk event + 1 insertion event]
+ if len(historicalEventIDs) != 5 {
526
t.Fatalf("Expected eventID list should be length 15 but saw %d: %s", len(historicalEventIDs), historicalEventIDs)
527
}
528
0 commit comments