From ecd256cd7a5c18a10c1f4d1f0ee8db5ceb32c1e8 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 25 Aug 2022 00:04:58 +0900 Subject: [PATCH] fix test randomly failed due to order of properties --- testdata/examples/contextual_needs_object.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/examples/contextual_needs_object.out b/testdata/examples/contextual_needs_object.out index 5ce9f5323..9b25390b6 100644 --- a/testdata/examples/contextual_needs_object.out +++ b/testdata/examples/contextual_needs_object.out @@ -1,4 +1,4 @@ test.yaml:16:24: property "prepare" is not defined in object type {} [expression] test.yaml:26:24: property "foo" is not defined in object type {installed: string} [expression] -test.yaml:28:24: property "some_job" is not defined in object type {install: {result: string; outputs: {installed: string}}; prepare: {outputs: {prepared: string}; result: string}} [expression] +/test\.yaml:28:24: property "some_job" is not defined in object type {.+} \[expression\]/ test.yaml:33:24: property "build" is not defined in object type {} [expression]