Skip to content

Commit e085841

Browse files
updating test
1 parent 6d015ab commit e085841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-generative-ai/src/atlas-ai-service.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('AtlasAiService', function () {
204204
userInput: 'test',
205205
collectionName: 'test',
206206
databaseName: 'peanut',
207-
sampleDocuments: [{ test: '4'.repeat(600000) }],
207+
sampleDocuments: [{ test: '4'.repeat(5120001) }],
208208
requestId: 'abc',
209209
signal: new AbortController().signal,
210210
});
@@ -231,7 +231,7 @@ describe('AtlasAiService', function () {
231231
{ a: '1' },
232232
{ a: '2' },
233233
{ a: '3' },
234-
{ a: '4'.repeat(500000) },
234+
{ a: '4'.repeat(5120001) },
235235
],
236236
requestId: 'abc',
237237
signal: new AbortController().signal,

0 commit comments

Comments
 (0)