Skip to content

Commit

Permalink
Fix test value
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Mar 6, 2024
1 parent 16fdf19 commit f4948cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 f4948cd

Please sign in to comment.