Skip to content

Commit

Permalink
fixed issue wwith marlinSimulation ?
Browse files Browse the repository at this point in the history
  • Loading branch information
lauracadillo committed Oct 3, 2024
1 parent 38d999d commit 7276757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
opens com.marginallyclever.makelangelo.makeart.io;
opens com.marginallyclever.makelangelo.plotter.plottercontrols;
opens com.marginallyclever.makelangelo.turtle;
opens com.marginallyclever.makelangelo.plotter.marlinsimulation to org.junit.platform.commons;

exports com.marginallyclever.communications;
exports com.marginallyclever.convenience.log to ch.qos.logback.core;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

class MarlinSimulationTest {
public class MarlinSimulationTest {
/**
* Test multiple methods related to buffer operations and recalculate methods.
* recalculateAcceleration();
Expand Down

0 comments on commit 7276757

Please sign in to comment.