Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 2822cfb

Browse files
committed
Rename
1 parent 652137a commit 2822cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/src/test/java/org/seasar/doma/quarkus/deployment/InjectConfigTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class InjectConfigTest {
3838
@Inject Config config;
3939
@Inject Entityql entityql;
4040
@Inject NativeSql nativeSql;
41-
@Inject ScriptExecutor scriptLoader;
41+
@Inject ScriptExecutor scriptExecutor;
4242
@Inject TransactionManager transactionManager;
4343

4444
@Test
@@ -68,7 +68,7 @@ public void test() {
6868
assertEquals(0, config.getQueryTimeout());
6969
assertNotNull(entityql);
7070
assertNotNull(nativeSql);
71-
assertNotNull(scriptLoader);
71+
assertNotNull(scriptExecutor);
7272
}
7373

7474
@Test

0 commit comments

Comments
 (0)