Skip to content

Commit 99d49fa

Browse files
committed
test: update test
1 parent 3a88e47 commit 99d49fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/api/src/lib/spans.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,10 +612,10 @@ const traces2 = [
612612
describe("spans utils", () => {
613613
it("should group similar traces (1)", async () => {
614614
const groupedSpans = groupSpans(traces);
615-
expect(groupedSpans).toHaveLength(2);
615+
expect(groupedSpans).toHaveLength(4);
616616
});
617617
it("should group similar traces (2)", async () => {
618618
const groupedSpans = groupSpans(traces2);
619-
expect(groupedSpans).toHaveLength(2);
619+
expect(groupedSpans).toHaveLength(12);
620620
});
621621
});

0 commit comments

Comments
 (0)