We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d20fc commit 8f83fbbCopy full SHA for 8f83fbb
qt/scientific_interfaces/ISISReflectometry/test/Reduction/ValidateRowTest.h
@@ -172,6 +172,7 @@ class ValidateRowTest : public CxxTest::TestSuite {
172
void testParseScaleFactor() {
173
TS_ASSERT(!parseScaleFactor("ABSC").second);
174
TS_ASSERT(parseScaleFactor("").second);
175
+ TS_ASSERT_EQUALS(std::nullopt, parseScaleFactor("").first);
176
TS_ASSERT_EQUALS(0.1, parseScaleFactor("0.1").first.value());
177
}
178
0 commit comments