Skip to content

Commit

Permalink
rename runtimetest
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jun 23, 2023
1 parent d48a5da commit 034937f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RuntimeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* @author Michael Carleton
*
*/
public class IntegrationTest extends PApplet {
public class RuntimeTest extends PApplet {

public static void main(String[] args) {
PApplet.main(IntegrationTest.class);
PApplet.main(RuntimeTest.class);
}

@Override
Expand Down

0 comments on commit 034937f

Please sign in to comment.