aboutsummaryrefslogtreecommitdiff
path: root/tests/test_atom.nim
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2020-02-21 16:58:09 +0000
committerGitHub <noreply@github.com>2020-02-21 16:58:09 +0000
commit47535cdac92c6d0cdb4fa94f5e232b2d2c6b0005 (patch)
tree6a59a028ffd5d3fe8dd1ba29e22b4c08edb93408 /tests/test_atom.nim
parent30ed0739aa64abdb1dc4372c6618c4c5f35cd992 (diff)
parent04ac178d6839a0fd1f12d63a739e3299fe6cf3b9 (diff)
downloadfeed-nim-47535cdac92c6d0cdb4fa94f5e232b2d2c6b0005.tar.gz
feed-nim-47535cdac92c6d0cdb4fa94f5e232b2d2c6b0005.zip
Merge pull request #10 from disruptek/caseHEADmaster
fix names on case-sensitive filesystems
Diffstat (limited to 'tests/test_atom.nim')
-rw-r--r--tests/test_atom.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_atom.nim b/tests/test_atom.nim
index 3b8a4c7..4690af1 100644
--- a/tests/test_atom.nim
+++ b/tests/test_atom.nim
@@ -9,8 +9,8 @@ import unittest
import marshal
-import feednim
-import ../src/feednim/atom
+import FeedNim
+import ../src/FeedNim/atom
test "Read Valid Atom Feed":
let feed = "./tests/test_atom.xml".loadAtom()