Auto format

This commit is contained in:
advplyr 2026-03-08 17:25:52 -05:00
parent e5af2f336b
commit 2f2d026b06

View file

@ -547,9 +547,7 @@ describe('MeController - IDOR Security Tests', () => {
// Create mock context with getUserItemListeningSessionsHelper
const mockContext = {
getUserItemListeningSessionsHelper: sinon.stub().resolves([
{ id: 'session1', timeListening: 300, startedAt: Date.now() }
])
getUserItemListeningSessionsHelper: sinon.stub().resolves([{ id: 'session1', timeListening: 300, startedAt: Date.now() }])
}
const fakeReq = {