From 4a3defc7cc206e0e786f6ea1dd1a68f1762ea934 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Tue, 11 Dec 2018 21:39:35 -0500 Subject: [PATCH] update contract-tests.rkt --- txexpr/test/contract-tests.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txexpr/test/contract-tests.rkt b/txexpr/test/contract-tests.rkt index b011631..c84173b 100644 --- a/txexpr/test/contract-tests.rkt +++ b/txexpr/test/contract-tests.rkt @@ -6,7 +6,7 @@ (module+ test (check-exn (regexp (string-append - "txexpr: contract violation\n" + "txexpr.*: contract violation\n" " *expected: txexpr-tag\\?\n" " *given: 4\n" " *in: the 1st argument.*"