Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchitharajaghatta committed Oct 15, 2024
1 parent 6d015ab commit e085841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compass-generative-ai/src/atlas-ai-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('AtlasAiService', function () {
userInput: 'test',
collectionName: 'test',
databaseName: 'peanut',
sampleDocuments: [{ test: '4'.repeat(600000) }],
sampleDocuments: [{ test: '4'.repeat(5120001) }],
requestId: 'abc',
signal: new AbortController().signal,
});
Expand All @@ -231,7 +231,7 @@ describe('AtlasAiService', function () {
{ a: '1' },
{ a: '2' },
{ a: '3' },
{ a: '4'.repeat(500000) },
{ a: '4'.repeat(5120001) },
],
requestId: 'abc',
signal: new AbortController().signal,
Expand Down

0 comments on commit e085841

Please sign in to comment.