From d95696f29cd4927e2ccdb028810d468950823600 Mon Sep 17 00:00:00 2001 From: fang Date: Mon, 26 Apr 2021 19:40:26 +0200 Subject: [PATCH] tests: update format tests to account for #4677 It had changed ship encoding to fit into a json %n, but hadn't updated the tests to reflect this. --- pkg/arvo/tests/sys/zuse/format.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/tests/sys/zuse/format.hoon b/pkg/arvo/tests/sys/zuse/format.hoon index a8ee826a4a..dddc9ef2e4 100644 --- a/pkg/arvo/tests/sys/zuse/format.hoon +++ b/pkg/arvo/tests/sys/zuse/format.hoon @@ -187,7 +187,7 @@ :: ship - store ship identity as a string :: %+ expect-eq - !> [%s 'zod'] + !> [%n '"zod"'] !> (ship ~zod) == :: dejs - recursive processing of `json` values