Fix TrapezoidFinSetTest

Commit 312e90 updated finset count and tests for FinSets but not
the TrapezoidFinSetTest.testMultiplicity()

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
Billy Olsen 2020-12-19 19:31:18 -07:00 committed by Billy Olsen
parent 347ec93c0c
commit b248f74d5c

View File

@ -55,7 +55,7 @@ public class TrapezoidFinSetTest extends BaseTestCase {
@Test
public void testMultiplicity() {
final TrapezoidFinSet trapFins = new TrapezoidFinSet();
assertEquals(1, trapFins.getFinCount());
assertEquals(3, trapFins.getFinCount());
}
@Test