We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c1ab commit 621b287Copy full SHA for 621b287
apps/webapp/test/timelineSpanEvents.test.ts
@@ -86,7 +86,7 @@ describe("createTimelineSpanEventsFromSpanEvents", () => {
86
expect(result[0].name).toBe("Dequeued");
87
expect(result[1].name).toBe("Attempt created");
88
expect(result[2].name).toBe("Launched");
89
- expect(result[3].name).toBe("Importing Importing task file");
+ expect(result[3].name).toBe("Importing task file");
90
});
91
92
test("should calculate offsets correctly from the first event", () => {
0 commit comments