Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Aug 20, 2023
1 parent 136a000 commit ad11dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/1_puppet_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "$std/testing/asserts.ts"
import { assertEquals } from "$std/assert/mod.ts"
import { BASE_URL } from "@/utils/config.js"
import { Status } from "$std/http/http_status.ts"
import { freshPuppetTestWrapper } from "@/test/wrapper.ts"
Expand Down
2 changes: 1 addition & 1 deletion test/2_dynamic_pages_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "$std/testing/asserts.ts"
import { assertEquals } from "$std/assert/mod.ts"
import { freshPuppetTestWrapper } from "@/test/wrapper.ts"
import { BASE_URL } from "@/utils/config.js"
import { Status } from "$std/http/http_status.ts"
Expand Down
2 changes: 1 addition & 1 deletion test/3_fetch_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "$std/testing/asserts.ts"
import { assertEquals } from "$std/assert/mod.ts"
import { BASE_URL } from "@/utils/config.js"
import { Status } from "$std/http/http_status.ts"
import { freshTestWrapper } from "@/test/wrapper.ts"
Expand Down

0 comments on commit ad11dfb

Please sign in to comment.