From 2959ed0a7046d3a1b90bf3d52f14b92b4415520c Mon Sep 17 00:00:00 2001 From: Johnson Sun Date: Sun, 4 Aug 2024 03:35:58 +0800 Subject: [PATCH] test(core): Unify testcase naming convention --- .../testcases/{or_tools_example_1.csv => or-tools-example_1.csv} | 0 .../{or_tools_example_1.yaml => or-tools-example_1.yaml} | 0 .../testcases/{or_tools_example_2.csv => or-tools-example_2.csv} | 0 .../{or_tools_example_2.yaml => or-tools-example_2.yaml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename core/tests/testcases/{or_tools_example_1.csv => or-tools-example_1.csv} (100%) rename core/tests/testcases/{or_tools_example_1.yaml => or-tools-example_1.yaml} (100%) rename core/tests/testcases/{or_tools_example_2.csv => or-tools-example_2.csv} (100%) rename core/tests/testcases/{or_tools_example_2.yaml => or-tools-example_2.yaml} (100%) diff --git a/core/tests/testcases/or_tools_example_1.csv b/core/tests/testcases/or-tools-example_1.csv similarity index 100% rename from core/tests/testcases/or_tools_example_1.csv rename to core/tests/testcases/or-tools-example_1.csv diff --git a/core/tests/testcases/or_tools_example_1.yaml b/core/tests/testcases/or-tools-example_1.yaml similarity index 100% rename from core/tests/testcases/or_tools_example_1.yaml rename to core/tests/testcases/or-tools-example_1.yaml diff --git a/core/tests/testcases/or_tools_example_2.csv b/core/tests/testcases/or-tools-example_2.csv similarity index 100% rename from core/tests/testcases/or_tools_example_2.csv rename to core/tests/testcases/or-tools-example_2.csv diff --git a/core/tests/testcases/or_tools_example_2.yaml b/core/tests/testcases/or-tools-example_2.yaml similarity index 100% rename from core/tests/testcases/or_tools_example_2.yaml rename to core/tests/testcases/or-tools-example_2.yaml