From 0b1535b5d75fd80fb3bbbd973e6632e5ecce2975 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Thu, 18 Apr 2024 17:34:00 -0400 Subject: [PATCH] Fix failing unit test Signed-off-by: Michael Jackson --- src/Plugins/SimplnxCore/test/PipelineTest.cpp | 2 +- wrapping/python/docs/generate_sphinx_docs.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Plugins/SimplnxCore/test/PipelineTest.cpp b/src/Plugins/SimplnxCore/test/PipelineTest.cpp index 1c4c10e420..21db985a45 100644 --- a/src/Plugins/SimplnxCore/test/PipelineTest.cpp +++ b/src/Plugins/SimplnxCore/test/PipelineTest.cpp @@ -224,7 +224,7 @@ TEST_CASE("PipelineTest:PipelineJson") Arguments filter2Args; filter2Args.insert("param1", 42); filter2Args.insert("param2", std::string("foobarbaz")); - filter2Args.insert("param3", ChoicesParameter::ValueType{}); + filter2Args.insert("param3_index", ChoicesParameter::ValueType{}); pipeline.push_back(k_Test2FilterHandle, filter2Args); nlohmann::json pipelineJson = pipeline.toJson(); diff --git a/wrapping/python/docs/generate_sphinx_docs.cpp b/wrapping/python/docs/generate_sphinx_docs.cpp index f58f54fdee..48102e0c55 100644 --- a/wrapping/python/docs/generate_sphinx_docs.cpp +++ b/wrapping/python/docs/generate_sphinx_docs.cpp @@ -594,8 +594,6 @@ void GenerateMarkdownFilterParameterTable() needTableHeader++; } - - pTableStream << '\n'; // Read the Current Filter's Documentation File