Skip to content

Commit

Permalink
test(react-i18n): code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Aug 25, 2024
1 parent 6193d91 commit 13d2c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
import tech.jhipster.lite.module.domain.JHipsterModulesFixture;

@UnitTest
public class ReactI18nModuleFactoryTest {

public static final ReactI18nModuleFactory factory = new ReactI18nModuleFactory();
class ReactI18nModuleFactoryTest {

private static final String APP_TSX = "src/main/webapp/app/common/primary/app/App.tsx";

private final ReactI18nModuleFactory factory = new ReactI18nModuleFactory();

@Test
void shouldBuildI18nModule() {
JHipsterModule module = factory.buildModule(
Expand Down

0 comments on commit 13d2c12

Please sign in to comment.