summary refs log tree commit diff stats
path: root/tests/stdlib/thttpclient_standalone.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/thttpclient_standalone.nim')
-rw-r--r--tests/stdlib/thttpclient_standalone.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/thttpclient_standalone.nim b/tests/stdlib/thttpclient_standalone.nim
index 362b1cb86..2f432eede 100644
--- a/tests/stdlib/thttpclient_standalone.nim
+++ b/tests/stdlib/thttpclient_standalone.nim
@@ -4,6 +4,8 @@ discard """
 
 import asynchttpserver, httpclient, asyncdispatch, strutils, net
 
+import std/assertions
+
 block: # bug #16436
   proc startServer(): AsyncHttpServer =
     result = newAsyncHttpServer()