diff --git a/examples/hellocat/README b/examples/hellocat/README index a6bc7bc4d007fd0860eff74c0fd5df2d4fc26334..fd29094f01000dd2aa17555447895e45c2c38741 100644 --- a/examples/hellocat/README +++ b/examples/hellocat/README @@ -34,7 +34,7 @@ within each stage. Keys with leading underscore are reserved for future internal {"_presentation": "semantic", "stages": ["Test Results", "Summary"], "Test Results": {"make": {"passed": false}}, - "Summary": {"_presentation_order": ["Tests Count", "Tests Passed", "Tests Failed", "Tests Ignored"], + "Summary": {"_order": ["Tests Count", "Tests Passed", "Tests Failed", "Tests Ignored"], "Tests Count": 2, "Tests Passed": 0, "Tests Failed": 1, "Tests Ignored": 1}, {"scores": {"Correctness": 0}}