From 9c4f3dccde057b551ac844a952af52c46c5af883 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 2 Jan 2017 12:23:52 -0600 Subject: [PATCH] tests: Fix broken test in test-actors. * tests/test-actors.scm: Fix broken test, forgot to update expected output. --- tests/test-actors.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-actors.scm b/tests/test-actors.scm index 3efa837..53dc884 100644 --- a/tests/test-actors.scm +++ b/tests/test-actors.scm @@ -161,7 +161,7 @@ customer> Whaaaaat? I can't believe I got voice mail!\n" (let ((hive (make-hive))) (hive-create-actor hive ) (run-hive hive '() #:clean-up #f)) - (test-equal '("Hey, I'm cleanin' up here!\n") + (test-equal '() (get-spoken))) ;; The exploder self-destructs, even though run-hive has clean-up -- 2.31.1