From: Christopher Allan Webber Date: Mon, 25 Apr 2016 14:43:14 +0000 (-0500) Subject: tests: actors: Fix test-end in test-actors.scm. X-Git-Tag: v0.2.0~50 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=9b500027ce5ccca4ae1b67c0e3a7ff595a0e54b6 tests: actors: Fix test-end in test-actors.scm. * tests/test-actors.scm: Fix test-end, which previously pointed at test-agenda. --- diff --git a/tests/test-actors.scm b/tests/test-actors.scm index 9c6baee..9696bd9 100644 --- a/tests/test-actors.scm +++ b/tests/test-actors.scm @@ -65,5 +65,5 @@ (@@ (8sync systems actors) message-replied) (@@ (8sync systems actors) message-deferred-reply)))) -(test-end "test-agenda") +(test-end "test-actors") (test-exit)