From f777e850b19fc8860df494f438b3ff032008a136 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Wed, 27 Aug 2025 23:03:07 +0200 Subject: [PATCH] chore: pint --- tests/Unit/Liquid/InlineTemplatesTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Unit/Liquid/InlineTemplatesTest.php b/tests/Unit/Liquid/InlineTemplatesTest.php index 172dc1e..e3685b8 100644 --- a/tests/Unit/Liquid/InlineTemplatesTest.php +++ b/tests/Unit/Liquid/InlineTemplatesTest.php @@ -322,15 +322,15 @@ LIQUID data: [ 'quotes' => [ 'english' => ['Demo Quote'], - 'german' => ['Demo Zitat'] + 'german' => ['Demo Zitat'], ], 'trmnl' => [ 'plugin_settings' => [ 'custom_fields_values' => [ - 'language' => 'english' - ] - ] - ] + 'language' => 'english', + ], + ], + ], ] );