Skip to content

Commit

Permalink
update testing to resolve aftermath of merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Feb 5, 2024
1 parent 11e8636 commit 315dabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/__tests__/footprintHelper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ it('errors out if not initialized', () => {
const t = () => {
getFootprintForMetrics(custom_metrics, 0);
};
expect(t).toThrow(ReferenceError);
expect(t).toThrow(Error);
});

0 comments on commit 315dabe

Please sign in to comment.