Skip to content

Commit 76f8da4

Browse files
fixed unit test to changes
1 parent 8a3468c commit 76f8da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/ntupleutil/v7/test/ntuple_inspector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,5 +831,5 @@ TEST(RNTupleInspector, FieldTreeAsDot)
831831
EXPECT_NE(dot.find("digraph D {"), std::string::npos);
832832
EXPECT_NE(dot.find("0->1"), std::string::npos);
833833
EXPECT_NE(dot.find("0->2"), std::string::npos);
834-
EXPECT_TRUE(dot.size() >= 2 && dot.substr(dot.size() - 1) == "}\n");
834+
EXPECT_TRUE(dot.size() >= 2 && dot.substr(dot.size() - 2) == "}\n");
835835
}

0 commit comments

Comments
 (0)