Skip to content

Commit f1b3914

Browse files
committed
Fixing test
1 parent d8599e7 commit f1b3914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/TRestWimpSensitivity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ TEST(TRestWimpSensitivity, FromRml) {
3131
WS.PrintMetadata();
3232

3333
const double val = WS.GetSensitivity(1);
34-
EXPECT_DOUBLE_EQ(val, 9.7644690e-40);
34+
EXPECT_NEAR(val, 9.764469e-40, 1E-46);
3535
}

0 commit comments

Comments
 (0)