From e2e0a77bd9eebfdbab70fa5bfd8b403e764aabdf Mon Sep 17 00:00:00 2001 From: regexowl Date: Fri, 16 Aug 2024 11:35:00 +0200 Subject: [PATCH] test: Rename TargetEnvironment.test.tsx to ImageOutput.test.tsx This renames TargetEnvironment.test.tsx test file to ImageOutput.test.tsx so the naming is consistent with the other test files. The file previously contained tests for both Image output step and it's substeps. Since that's no longer true the naming no longer made sense. --- .../{TargetEnvironment.test.tsx => ImageOutput.test.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/test/Components/CreateImageWizard/steps/ImageOutput/{TargetEnvironment.test.tsx => ImageOutput.test.tsx} (100%) diff --git a/src/test/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.test.tsx b/src/test/Components/CreateImageWizard/steps/ImageOutput/ImageOutput.test.tsx similarity index 100% rename from src/test/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.test.tsx rename to src/test/Components/CreateImageWizard/steps/ImageOutput/ImageOutput.test.tsx