Skip to content

Commit 352b046

Browse files
committed
Fix timeline span events tests
1 parent dac8c8e commit 352b046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/timelineSpanEvents.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("createTimelineSpanEventsFromSpanEvents", () => {
8686
expect(result[0].name).toBe("Dequeued");
8787
expect(result[1].name).toBe("Attempt created");
8888
expect(result[2].name).toBe("Launched");
89-
expect(result[3].name).toBe("Importing Importing task file");
89+
expect(result[3].name).toBe("Importing task file");
9090
});
9191

9292
test("should calculate offsets correctly from the first event", () => {

0 commit comments

Comments
 (0)