chore: it's not the same object

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-06-13 17:32:12 +02:00
parent a63e691502
commit 4425a17dd6
@@ -38,7 +38,7 @@ describe('The production Airbrake API', () => {
const groups = await productionApi.fetchGroups('123456');
expect(groups).toStrictEqual(mockGroupsData);
expect(groups).toEqual(mockGroupsData);
});
it('throws if fetching groups was unsuccessful', async () => {