Skip to content

Commit 79dae58

Browse files
committed
fix prettier
1 parent 9fe4c7d commit 79dae58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/browser/test/profiling/UIProfiler.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,7 @@ describe('Browser Profiling v2 manual lifecycle', () => {
707707
await Promise.resolve();
708708

709709
expect(stop).toHaveBeenCalledTimes(1);
710-
expect(debugWarnSpy).toHaveBeenCalledWith(
711-
'[Profiling] Profiler is not running, `uiProfiler.stop()` is a no-op.',
712-
);
710+
expect(debugWarnSpy).toHaveBeenCalledWith('[Profiling] Profiler is not running, `uiProfiler.stop()` is a no-op.');
713711
});
714712

715713
it('profileSessionSampleRate is required', async () => {

0 commit comments

Comments
 (0)