Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Apr 18, 2024
1 parent e5a5b22 commit 0b1535b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Plugins/SimplnxCore/test/PipelineTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 0 additions & 2 deletions wrapping/python/docs/generate_sphinx_docs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ void GenerateMarkdownFilterParameterTable()
needTableHeader++;
}



pTableStream << '\n';

// Read the Current Filter's Documentation File
Expand Down

0 comments on commit 0b1535b

Please sign in to comment.