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 3a88e47 commit 99d49faCopy full SHA for 99d49fa
packages/api/src/lib/spans.test.js
@@ -612,10 +612,10 @@ const traces2 = [
612
describe("spans utils", () => {
613
it("should group similar traces (1)", async () => {
614
const groupedSpans = groupSpans(traces);
615
- expect(groupedSpans).toHaveLength(2);
+ expect(groupedSpans).toHaveLength(4);
616
});
617
it("should group similar traces (2)", async () => {
618
const groupedSpans = groupSpans(traces2);
619
+ expect(groupedSpans).toHaveLength(12);
620
621
0 commit comments