Skip to content

Commit 5eb09da

Browse files
committed
Again fix unit test
1 parent a50f56f commit 5eb09da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/serialize/unit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ describe('Unit testing of Serialize', () => {
441441
});
442442
});
443443

444-
it('should parse args for generative', () => {
445-
const args = Serialize.generative(
444+
it('should parse args for generative', async () => {
445+
const args = await Serialize.generative(
446446
{ supportsSingleGrouped: false },
447447
{
448448
singlePrompt: 'test',

0 commit comments

Comments
 (0)