Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibioinfo committed Jul 29, 2016
1 parent 17b77da commit b8a0f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void testUseRoundRobinWheneverPossible() throws Exception {
mfRange.addIsotope(n, 0, 10);

MolecularFormulaGenerator generator = new MolecularFormulaGenerator(builder, 230.002, 230.004, mfRange);
Assert.assertTrue("generator implementation should be instance of FullEnumerationFormulaGenerator", generator.formulaGenerator instanceof RoundRobinFormulaGenerator);
Assert.assertTrue("generator implementation should be instance of RoundRobinFormulaGenerator", generator.formulaGenerator instanceof RoundRobinFormulaGenerator);
}

/**
Expand Down

0 comments on commit b8a0f44

Please sign in to comment.