Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ protected void verifyMolecule()

//Look for Small Molecule Precursor List data region
drt = DataRegion(getDriver()).withName("small_mol_precursors_view").index(1).find();
assertEquals("PC aa C30:1", drt.getDataAsText(5, "Custom Ion Name"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???
Can you add a note in the comment/conversation part of this PR why this check is being removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the description to include my reasoning. (tldr; this assertion is redundant)

assertEquals("C38H74NO8P", drt.getDataAsText(5, "Ion Formula"));
assertEquals("703.9755", drt.getDataAsText(5, "Mass Average"));
assertEquals("703.5152", drt.getDataAsText(5, "Mass Monoisotopic"));
Expand Down