summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/atom.scm4
-rw-r--r--tests/html.scm4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/atom.scm b/tests/atom.scm
index c6cd268..bdf78c6 100644
--- a/tests/atom.scm
+++ b/tests/atom.scm
@@ -1,7 +1,7 @@
(define-module (tests atom)
- #:use-module (src dates)
+ #:use-module (ss dates)
#:use-module (srfi srfi-64)
- #:use-module ((src atom) #:prefix atom:))
+ #:use-module ((ss atom) #:prefix atom:))
(test-begin "Atom feed")
diff --git a/tests/html.scm b/tests/html.scm
index 805ab17..974b2f1 100644
--- a/tests/html.scm
+++ b/tests/html.scm
@@ -1,7 +1,7 @@
(define-module (tests html)
- #:use-module (src dates)
+ #:use-module (ss dates)
#:use-module (srfi srfi-64)
- #:use-module ((src html) #:prefix html:))
+ #:use-module ((ss html) #:prefix html:))
(test-begin "HTML index page")