Skip to content

Commit ab7267c

Browse files
committed
update test
1 parent 0d5dab8 commit ab7267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema-converters/internalToExpanded.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe('internalSchemaToExpanded', async function() {
337337
]
338338
};
339339
const expanded = await convertInternalToExpanded(internal);
340-
const expectedDefinitions: any = RELAXED_EJSON_DEFINITIONS;
340+
const expectedDefinitions: Partial<typeof RELAXED_EJSON_DEFINITIONS> = { ...RELAXED_EJSON_DEFINITIONS };
341341
delete expectedDefinitions.BSONSymbol;
342342
delete expectedDefinitions.CodeWScope;
343343
delete expectedDefinitions.DBPointer;

0 commit comments

Comments
 (0)