Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jun 6, 2024
1 parent 507af6e commit 4e1809d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import static org.junit.jupiter.api.Assertions.*;

public class TestMain {
class TestMain {

@Test
public void testMain(){
void testMain(){
//$MainTwo obj = new MainTwo();
//#-
Main obj = new Main();
Expand Down

0 comments on commit 4e1809d

Please sign in to comment.