Skip to content

Commit

Permalink
oops ;-) move classes to test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanNeumann committed Jan 1, 2025
1 parent 0c115bd commit 2a3e9b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/**
* @author Tilman Neumann
*/
public class SqrtTest {
private static final Logger LOG = LogManager.getLogger(SqrtTest.class);
public class SqrtRealTest {
private static final Logger LOG = LogManager.getLogger(SqrtRealTest.class);

@Before
public void setup() {
Expand Down

0 comments on commit 2a3e9b4

Please sign in to comment.