Skip to content

Commit

Permalink
change mean value instead of tolerance
Browse files Browse the repository at this point in the history
as suggested by pcanal
  • Loading branch information
ferdymercury authored and dpiparo committed Nov 19, 2024
1 parent 942843e commit 0b2ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hist/hist/test/test_MapCppName.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TEST(TH1, MapCppNameTest)
if (!gSystem->GetPathInfo(CFile.Data(), fs))
FileSize = (Int_t)fs.fSize;

EXPECT_NEAR(FileSize, 5950, 211);
EXPECT_NEAR(FileSize, 5965, 200);

gSystem->Unlink(CFile.Data());
}

0 comments on commit 0b2ef9d

Please sign in to comment.