Skip to content

Commit

Permalink
Renaming to AutoscopedConstructorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Feb 29, 2024
1 parent 774438c commit f34d56b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
import org.junit.BeforeClass;
import org.junit.Test;

public class LazyConstructorTest extends TestBase {
public class AutoscopedConstructorTest extends TestBase {
private static final ByteArrayOutputStream out = new ByteArrayOutputStream();
private static Context ctx;

public LazyConstructorTest() {}
public AutoscopedConstructorTest() {}

@BeforeClass
public static void prepareCtx() {
Expand Down

0 comments on commit f34d56b

Please sign in to comment.