From 5b2d4c0dd59bacf977c74539873d4311cf4f172d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Fri, 7 Feb 2025 11:49:15 +0100 Subject: [PATCH] Fix typo in yaml config --- 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) {