Move MapperMaker and MapperHistory out to future PR

This commit is contained in:
bgbsww
2024-01-17 08:55:16 -05:00
parent 160ad0dc81
commit 0cb513f084
2 changed files with 1 additions and 39 deletions

View File

@@ -86,16 +86,6 @@ TEST_F(TopoShapeMapperTest, shapeHasherTests)
EXPECT_FALSE(hash16);
}
TEST_F(TopoShapeMapperTest, mapperMakerTests)
{
// How can this be tested?
}
TEST_F(TopoShapeMapperTest, mapperHistoryTests)
{
// How can this be tested?
}
TEST_F(TopoShapeMapperTest, shapeMapperTests)
{
// Arrange
@@ -118,4 +108,4 @@ TEST_F(TopoShapeMapperTest, shapeMapperTests)
}
// // NOLINTEND(readability-magic-numbers,cppcoreguidelines-avoid-magic-numbers)
// NOLINTEND(readability-magic-numbers,cppcoreguidelines-avoid-magic-numbers)