Skip to content

Commit

Permalink
Update case numbers.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Oct 5, 2023
1 parent 0a568f2 commit 86b9a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugins/ComplexCore/test/ImportCSVDataTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 4): Invalid filter execution -
TestCase_TestPrimitives_Error<float64>(v, k_InvalidArgumentErrorCode);
}

TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 4): Invalid filter execution - Invalid CSVImporterData values")
TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 5): Invalid filter execution - Invalid CSVImporterData values")
{
std::vector<std::string> v = {std::to_string(std::numeric_limits<int8>::min()), std::to_string(std::numeric_limits<int8>::max())};
fs::create_directories(k_TestInput.parent_path());
Expand Down Expand Up @@ -470,7 +470,7 @@ TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 4): Invalid filter execution -
k_InconsistentCols);
}

TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 4): Invalid filter execution - Blank Lines")
TEST_CASE("ComplexCore::ImportCSVDataFilter (Case 6): Invalid filter execution - Blank Lines")
{
// Create the parent directory path
fs::create_directories(k_TestInput.parent_path());
Expand Down

0 comments on commit 86b9a60

Please sign in to comment.