X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests%2Ftest-actors.scm;h=73927cd9764e773327b6ab52f3ac0302e0fb29c0;hp=6e59198cea7c51889dc6b79064be7157642f25f3;hb=4deb5433574cfdf8f2b2bf22460c8b74ba426bed;hpb=29745029f85cbc462bcfa0c75f92156ea2c6b494 diff --git a/tests/test-actors.scm b/tests/test-actors.scm index 6e59198..73927cd 100644 --- a/tests/test-actors.scm +++ b/tests/test-actors.scm @@ -18,7 +18,7 @@ (define-module (tests test-actors) #:use-module (srfi srfi-64) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (oop goops) #:use-module (tests utils)) @@ -68,7 +68,7 @@ (test-equal (getter test-message) (getter reread-message))) (list message-id message-to message-from message-action message-body message-in-reply-to message-wants-reply - (@@ (8sync systems actors) message-replied)))) + (@@ (8sync actors) message-replied)))) ;;; Test reply / autoreply