Skip to content

Commit

Permalink
🎨 Format
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Mar 22, 2022
1 parent 01027d2 commit 98f0bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { isLeapYear } from "./mod.ts";

import {
assertThrows,
assertEquals,
assert,
assertEquals,
assertThrows,
} from "https://deno.land/[email protected]/testing/asserts.ts";

Deno.test("Main", () => {
Expand Down

0 comments on commit 98f0bba

Please sign in to comment.