From f654b9da002a6c40ea463bb4ed2c93abe0417a86 Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Tue, 5 Nov 2024 10:05:43 -0500 Subject: [PATCH] minor modification since the last commit didn't trigger CI --- packages/victory-candlestick/src/victory-candlestick.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/victory-candlestick/src/victory-candlestick.tsx b/packages/victory-candlestick/src/victory-candlestick.tsx index cf532ec0c..9c9a83df5 100644 --- a/packages/victory-candlestick/src/victory-candlestick.tsx +++ b/packages/victory-candlestick/src/victory-candlestick.tsx @@ -27,7 +27,7 @@ export const bundleSizeIsDifferent = () => { const y = "the bundle size should be different"; const z = "the bundle size should be different"; - return { x, y, z }; + return { z, y, x }; } export interface VictoryCandlestickStyleInterface {