From: Jérôme Benoit Date: Tue, 7 Apr 2026 18:46:56 +0000 (+0200) Subject: refactor(tests): rename OCPP16VendorParametersKey test to match source file X-Git-Tag: ocpp-server@v4.4.0~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b459fa16e9d6e4418d7aaf4017e2464d9f711976;p=e-mobility-charging-stations-simulator.git refactor(tests): rename OCPP16VendorParametersKey test to match source file Rename to Configuration.test.ts to follow the established convention where test file names match their corresponding source file names. --- diff --git a/tests/types/ocpp/1.6/OCPP16VendorParametersKey.test.ts b/tests/types/ocpp/1.6/Configuration.test.ts similarity index 100% rename from tests/types/ocpp/1.6/OCPP16VendorParametersKey.test.ts rename to tests/types/ocpp/1.6/Configuration.test.ts