From 04ac178d6839a0fd1f12d63a739e3299fe6cf3b9 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 15 Feb 2020 21:50:39 -0500 Subject: fix names on case-sensitive filesystems Without this change, I was unable to pass the tests on Linux with a case-sensitive filesystem. --- tests/test_jsonfeed.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_jsonfeed.nim') diff --git a/tests/test_jsonfeed.nim b/tests/test_jsonfeed.nim index 55757a0..3bbf95f 100644 --- a/tests/test_jsonfeed.nim +++ b/tests/test_jsonfeed.nim @@ -9,8 +9,8 @@ import unittest import marshal -import feednim -import ../src/feednim/jsonfeed +import FeedNim +import ../src/FeedNim/jsonfeed test "Read Valid JsonFeed": let feed = "./tests/test_jsonfeed.json".loadJsonFeed() -- cgit v1.2.3