Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Updated test cases for new constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-schrader committed Jan 20, 2021
1 parent d381926 commit e328afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sf/openrocket/ORBrake/ORBrakeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ORBrakeTest {

@BeforeAll
static void setUpBeforeClass() throws Exception {
listener = new ORBrakeSimulationListener();
listener = new ORBrakeSimulationListener(2000.0, 10.0, 0.0, 0.0, 1.0, .5);
}

// @AfterAll
Expand Down

0 comments on commit e328afb

Please sign in to comment.