From 79c476b32b33ad6ae9b86d45f7855d7fc67d7d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Fri, 7 Feb 2025 16:48:12 +0100 Subject: [PATCH] Fix typo in yaml config (#1581) --- generator/config/accumulator/accumulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/config/accumulator/accumulator.yaml b/generator/config/accumulator/accumulator.yaml index e90fbbf52..67505c7ea 100644 --- a/generator/config/accumulator/accumulator.yaml +++ b/generator/config/accumulator/accumulator.yaml @@ -73,7 +73,7 @@ tests: function(state, numCopies) { return { count: state.count + 1, sum: state.sum + numCopies } } - accumulateArgs: [ "$copies" ], + accumulateArgs: [ "$copies" ] merge: $code: |- function(state1, state2) {