Skip to content

Commit bf5a673

Browse files
committed
tests: update expectations
1 parent 8b982d2 commit bf5a673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/nextjs/test/config/withSentryConfig.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ describe('withSentryConfig', () => {
385385
expect(consoleWarnSpy).toHaveBeenCalledWith(
386386
expect.stringContaining('[@sentry/nextjs] DEPRECATION WARNING: disableLogger is deprecated'),
387387
);
388-
expect(consoleWarnSpy).toHaveBeenCalledWith(expect.stringContaining('Use webpack.treeshake.debugLogs instead'));
388+
expect(consoleWarnSpy).toHaveBeenCalledWith(
389+
expect.stringContaining('Use webpack.treeshake.debugLogging instead'),
390+
);
389391
});
390392

391393
it('does not warn when using new webpack path', () => {

0 commit comments

Comments
 (0)