Skip to content

Commit

Permalink
update Tester
Browse files Browse the repository at this point in the history
  • Loading branch information
TheForestSystem committed Feb 12, 2024
1 parent 2536b9e commit 29917a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/testing/Tester.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public class Tester
*/
public Tester() {
Simulator.header("Mr. Wachs Computer Science testing started...");
new ComputerScience30S();
new ComputerScience40S();
//new ComputerScience30S();
//new ComputerScience40S();
new ComputerScience42SAP();
new BonusContentCS42SAP();
//new BonusContentCS42SAP();
Simulator.saveOutput();
Simulator.header("Mr. Wachs Computer Science testing complete!");
}
Expand Down

0 comments on commit 29917a8

Please sign in to comment.