diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-10-07 15:15:58 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-10-07 15:15:58 +0200 |
commit | a1ed7b9f9954618e2ed4e14dd2dd3215ba7afd7d (patch) | |
tree | 5ce01882fb28f786ce6c362cb51d8809d641284c /tests/atom.scm | |
parent | 656bca99b0b4c7130855cb01b30b944d4dcb4d12 (diff) |
API: move `src` to `ss`
Diffstat (limited to 'tests/atom.scm')
-rw-r--r-- | tests/atom.scm | 4 |
1 files changed, 2 insertions, 2 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") |