mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
fix(test): bumb default limit to reflect implementation
This commit is contained in:
@@ -205,7 +205,7 @@ describe('MCP session management', () => {
|
||||
testDb.prepare("UPDATE addons SET enabled = 1 WHERE id = 'mcp'").run();
|
||||
|
||||
// Create 5 sessions
|
||||
for (let i = 0; i < 5; i++) {
|
||||
for (let i = 0; i < 20; i++) {
|
||||
await createSession(user.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user