DiscordChatExporter/scripts/tests/test-fixtures/append-after-mixed-length.json
Boden 1e35761dbb test(scrape): lock mixed-length snowflake cursor selection
Add cursor-mixed-length smoke where string max_by would pick the wrong
--after value; padded sort_by in last_message_id already picks the max.
2026-05-29 16:33:00 -05:00

24 lines
435 B
JSON

{
"guild": {
"id": "222",
"name": "Fixture Guild"
},
"channel": {
"id": "111",
"name": "fixture-room",
"category": "Testing Grounds"
},
"messages": [
{
"id": "1000000000000000001",
"timestamp": "2026-01-03T00:00:00Z",
"content": "after-mixed-length-max"
}
],
"dateRange": {
"after": "1000000000000000000",
"before": null
},
"exportedAt": "2026-01-03T00:00:00Z"
}