From e935c7e518054d39f6efcd6a3677ef34280c593c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 22 May 2018 01:12:30 +0300 Subject: [PATCH] Fix test file path location. --- tests/teststream.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/teststream.nim b/tests/teststream.nim index 9fa0399..d913d86 100644 --- a/tests/teststream.nim +++ b/tests/teststream.nim @@ -19,7 +19,7 @@ const MessagesCount = 50 MessageSize = 20 FilesCount = 50 - FilesTestName = "teststream.nim" + FilesTestName = "tests/teststream.nim" proc serveClient1(transp: StreamTransport, udata: pointer) {.async.} = while not transp.atEof():