Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed Mar 4, 2025
1 parent 4f41afd commit 4cf2894
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public void testSeqGenCheckDefaults() {
CodeSequentialGenerator codeGenerator = new CodeSequentialGenerator(seqGenName, length, suffix, padding, max, codeSystem, null);
ProteinSubstance substance = getSubstanceFromFile("YYD6UT8T47");
AutowireHelper.getInstance().autowire(codeGenerator);
// assertEquals(codeGenerator.getMax(), codeGenerator.DEFAULT_MAX);
assertEquals(codeGenerator.getMax(), (Long) Long.MAX_VALUE);

assertEquals(codeGenerator.getLen(),String.valueOf(codeGenerator.getMax()).length()+codeGenerator.getSuffix().length());
Expand Down

0 comments on commit 4cf2894

Please sign in to comment.