Skip to content

Commit 6a83e93

Browse files
committed
refactor: wip
1 parent 6567601 commit 6a83e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/profiler/profiler-node.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ describe('NodeJS Profiler Integration', () => {
444444

445445
// Verify all processes share the same groupId
446446
const groupId = coordinatorStats.groupId;
447-
expect(coordinatorStats.finalFilePath).toContain(groupId);
447+
expect(coordinatorStats.finalFilePath).toContainPath(groupId);
448448

449449
const snapshotData = await loadNormalizedTraceJson(
450450
coordinatorStats.finalFilePath as `${string}.json`,

0 commit comments

Comments
 (0)