We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134daf commit 6c4fbc1Copy full SHA for 6c4fbc1
biojava-alignment/src/test/java/org/biojava/nbio/alignment/GuideTreeTest.java
@@ -123,8 +123,8 @@ public void testIterator() {
123
124
@Test
125
public void testToString() {
126
- assertEquals("(((1:0.0,2:0.0):[0.19999999999999996,3:0.8):"
127
- + "0.09999999999999998,4:0.09999999999999998])",
+ assertEquals("(((1:0.0,2:0.0):0.19999999999999996,3:0.8):"
+ + "0.09999999999999998,4:0.09999999999999998)",
128
tree.toString());
129
}
130
0 commit comments