Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthiery committed Jul 21, 2023
1 parent 3829197 commit 5c3ee9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/stats/utils/remainingEmissions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ describe("getRemaingEmissions", () => {
it("has the same behavior for mobile", () => {
const MOBILE_YEARLY = 30000000000
const MOBILE_EMISSIONS_REMAINING = MOBILE_YEARLY * 4

const dayOf = add(AUG_1_2023, { hours: 1 })
expect(getRemainingEmissions(dayOf, "mobile")).toEqual(
MOBILE_EMISSIONS_REMAINING
Expand Down

0 comments on commit 5c3ee9a

Please sign in to comment.