From: Christopher Allan Webber Date: Fri, 22 Apr 2016 15:36:03 +0000 (-0500) Subject: tests: actors: Fix check for a missing key on message-ref X-Git-Tag: v0.2.0~57 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=c3cd292ee063bdfd8cb21ef36c993f28f4467826;hp=c3cd292ee063bdfd8cb21ef36c993f28f4467826 tests: actors: Fix check for a missing key on message-ref * tests/test-actors.scm: Update test for message-ref with missing key. It used to be that the default was to return #f. Now the default is to throw an error if no default provided. ---