Skip to content

Commit b26727c

Browse files
author
Luca Forstner
committed
.
1 parent 94e6e73 commit b26727c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/integration-tests/fixtures/telemetry/telemetry.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test("rollup bundle telemetry", async () => {
5757
],
5858
]),
5959
// Then we should get a transaction for execution
60-
[
60+
expect.arrayContaining([
6161
{
6262
event_id: expect.any(String),
6363
sent_at: expect.any(String),
@@ -133,7 +133,7 @@ test("rollup bundle telemetry", async () => {
133133
}),
134134
],
135135
],
136-
],
136+
]),
137137
// Then we should get a session exit
138138
[
139139
{

0 commit comments

Comments
 (0)