Skip to content

Commit

Permalink
This was failing again, so have reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Nov 29, 2024
1 parent 654e512 commit 8d01e6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/rrweb/test/record/asset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,8 @@ describe('asset capturing', function (this: ISuite) {
},
},
];
// assets can be emitted in either order
expect(assetEvents).toMatchObject(expect.arrayContaining([expected[0]]));
expect(assetEvents).toMatchObject(expect.arrayContaining([expected[1]]));
// to fix: assets can be emitted in either order
expect(assetEvents).toMatchObject(expected);
});
});

Expand Down

0 comments on commit 8d01e6e

Please sign in to comment.