aboutsummaryrefslogtreecommitdiff
path: root/tests/test_atom.nim
diff options
context:
space:
mode:
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()