Skip to content

Commit

Permalink
Fix test value
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Mar 6, 2024
1 parent d66fe1b commit dc8be85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ void testSimpleRingForming() {
new TransformOp(Type.NewBond, 1, 5, 1),
new TransformOp(Type.BondOrder, 1, 2, 2)));
assertTrue(transform.apply(pentane2));
assertEquals(6, pentane2.getBondCount());
assertEquals(5, pentane2.getBondCount());
assertEquals(IBond.Order.DOUBLE, pentane2.getBond(0).getOrder());
}

Expand Down

0 comments on commit dc8be85

Please sign in to comment.