Skip to content

Commit

Permalink
Update CreatePythonSkeletonTest to use the new file structure.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers authored and imikejackson committed Jun 21, 2024
1 parent f97230c commit 22b6e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/SimplnxCore/test/CreatePythonSkeletonTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 22b6e6f

Please sign in to comment.