From 22b6e6fb88c072c2c1b4c60e1d0c3575a687f581 Mon Sep 17 00:00:00 2001 From: Joey Kleingers Date: Thu, 20 Jun 2024 10:51:56 -0400 Subject: [PATCH] Update CreatePythonSkeletonTest to use the new file structure. Signed-off-by: Joey Kleingers --- src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp b/src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp index dce715c807..e9c09e5436 100644 --- a/src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp +++ b/src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp @@ -47,7 +47,7 @@ TEST_CASE("SimplnxCore::GeneratePythonSkeleton") // Generate filters into an existing plugin { const std::string k_FilterNames = "ThirdFilter,FourthFilter"; - const std::filesystem::path k_InputDirectory = k_OutputDirectory / k_PluginName; + const std::filesystem::path k_InputDirectory = k_OutputDirectory / k_PluginName / "src" / k_PluginName; // Create default Parameters for the filter. args.insertOrAssign(CreatePythonSkeletonFilter::k_UseExistingPlugin_Key, true);