Skip to content

Commit

Permalink
Update src/tests/class_tests/openms/source/OpenSwathScoring_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored Aug 30, 2023
1 parent 1ac77a6 commit 1610849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ START_SECTION((OpenSwath::SpectrumPtr OpenSwathScoring::fetchSpectrumSwath(std::
TEST_EQUAL(sp.size(), 1);
TEST_EQUAL(sp[0]->getMZArray()->data.size(), 3);
TEST_EQUAL(sp[0]->getIntensityArray()->data.size(), 3);
TEST_EQUAL(sp[0]->getDriftTimeArray(), nullptr); // for resampling we do not use IM array
TEST_TRUE( (sp[0]->getDriftTimeArray() == nullptr ) ); // for resampling we do not use IM array

TEST_REAL_SIMILAR(sp[0]->getMZArray()->data[0], 102.);
TEST_REAL_SIMILAR(sp[0]->getMZArray()->data[1], 103.);
Expand Down

0 comments on commit 1610849

Please sign in to comment.