Skip to content

Commit ee5953a

Browse files
fixup
1 parent 4bc2d61 commit ee5953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract_common/test/tesseract_common_unit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ TEST(TesseractCommonUnit, ToolPath) // NOLINT
21212121
EXPECT_FALSE(tool_path.getUUID().is_nil());
21222122
EXPECT_TRUE(tool_path.getParentUUID().is_nil());
21232123
EXPECT_TRUE(tool_path.getDescription().empty());
2124-
EXPECT_TRUE(tool_path.getNamespace().empty());
2124+
EXPECT_EQ(tool_path.getNamespace(), "general");
21252125

21262126
boost::uuids::uuid uuid = tool_path.getUUID();
21272127
tool_path.regenerateUUID();

0 commit comments

Comments
 (0)