Skip to content

Commit 353a2e8

Browse files
author
Colm Doyle
committed
limit results for test
listAllActivityLogs can take a long time to execute, so limit the search
1 parent b464db7 commit 353a2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/admins.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('Admins', () => {
2323
it('listAllActivityLogs', async () => {
2424
const response = await client.admins.listAllActivityLogs({
2525
after: new Date('2021-12-12'),
26+
before: new Date('2022-01-01'),
2627
});
2728

2829
assert.notEqual(response, undefined);

0 commit comments

Comments
 (0)