You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use a dedicated fixture slide for the media checksum tests
Pinning slide_abc_1 by title was still flaky: testRemoveSlide() deletes
the oldest slide of playlist_abc_1, and with randomised fixture
createdAt values that is sometimes slide_abc_1 itself — the lookup then
returned null on the shared per-class database.
Add slide_media_checksum_test (tenant ABC, two known media, attached to
no playlist) following the existing *_relations_checksum_test fixture
convention, and use it in the three media checksum tests. No other test
can mutate or delete it. The ABC slide count grows to 62, so bump the
totalItems assertion in SlidesTest.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments