Skip to content

Commit 179690d

Browse files
xteraoCopilot
andauthored
Modifying the variable name of the test Dao name
Co-authored-by: Copilot <[email protected]>
1 parent 0cf45fa commit 179690d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/kotlin/org/domaframework/doma/intellij/inspection/sql/ParameterDefinedTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ import org.domaframework.doma.intellij.inspection.sql.inspector.SqlBindVariableV
2222
* A test that inspects whether a bind variable's parameters are defined.
2323
*/
2424
class ParameterDefinedTest : DomaSqlTest() {
25-
private val testDaoNema = "EmployeeSummaryDao"
26-
25+
private val testDaoName = "EmployeeSummaryDao"
2726
override fun setUp() {
2827
super.setUp()
2928
addDaoJavaFile(

0 commit comments

Comments
 (0)