Skip to content

Commit

Permalink
fix test randomly failed due to order of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 24, 2022
1 parent 06ae5ed commit ecd256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/examples/contextual_needs_object.out
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit ecd256c

Please sign in to comment.