Skip to content

Commit c35a156

Browse files
committed
try to fix this test
1 parent 7611f2c commit c35a156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-language-service-server/src/__tests__/MessageProcessor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ describe('MessageProcessor', () => {
338338
const previousConfigurationValue = getConfigurationReturnValue;
339339
getConfigurationReturnValue = null;
340340
await expect(
341-
messageProcessor.handleDidChangeConfiguration({ settings: [] }),
341+
messageProcessor.handleDidChangeConfiguration(),
342342
).resolves.toStrictEqual({});
343343
getConfigurationReturnValue = previousConfigurationValue;
344344
});

0 commit comments

Comments
 (0)