Skip to content

Commit c479bd7

Browse files
committed
PR review
1 parent 1ebd331 commit c479bd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/integration-tests-next/fixtures

packages/integration-tests-next/fixtures/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export function readAllFiles(
7777
.replace(/"ci":false/g, '"ci":true')
7878
.replace(/"platform":".+?"/g, '"platform":"PLATFORM"')
7979
.replace(/"duration":[\d.]+/g, '"duration":DURATION')
80-
.replace(/"start_timestamp":[\d.]+/g, '"duration":START_TIMESTAMP')
81-
.replace(/"timestamp":[\d.]+/g, '"duration":TIMESTAMP')
80+
.replace(/"start_timestamp":[\d.]+/g, '"start_timestamp":START_TIMESTAMP')
81+
.replace(/"timestamp":[\d.]+/g, '"timestamp":TIMESTAMP')
8282
.replace(/"release":"[\d.]+"/g, '"release":"PLUGIN_VERSION"');
8383
} else {
8484
// Normalize Windows line endings for cross-platform snapshots

0 commit comments

Comments
 (0)