Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Aug 6, 2023
1 parent af8e419 commit 4ac2002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tdefaulthandle.nim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import ./scorper/http/streamserver
import ./scorper/http/httprequest
import ./scorper/http/streamclient
import ./scorper/http/httpcore, chronos
import scorper/http/streamserver
import scorper/http/httprequest
import scorper/http/streamclient
import scorper/http/httpcore, chronos
import json, strutils
import asynctest, strformat

Expand Down

0 comments on commit 4ac2002

Please sign in to comment.