From b459fa16e9d6e4418d7aaf4017e2464d9f711976 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 7 Apr 2026 20:46:56 +0200 Subject: [PATCH] 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. --- .../{OCPP16VendorParametersKey.test.ts => Configuration.test.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/types/ocpp/1.6/{OCPP16VendorParametersKey.test.ts => Configuration.test.ts} (100%) 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 -- 2.43.0