Skip to content

Commit 971f914

Browse files
committed
Rename UpdateTupleAssignment files and update corresponding test method for bulk assignment formatting
1 parent 23ba3b7 commit 971f914

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/test/kotlin/org/domaframework/doma/intellij/formatter/SqlFormatterTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class SqlFormatterTest : BasePlatformTestCase() {
114114
formatSqlFile("UpdateBindVariable.sql", "UpdateBindVariable$formatDataPrefix.sql")
115115
}
116116

117-
fun testUpdateTupleAssignmentFormatter() {
118-
formatSqlFile("UpdateTupleAssignment.sql", "UpdateTupleAssignment$formatDataPrefix.sql")
117+
fun testUpdateBulkAssignmentFormatter() {
118+
formatSqlFile("UpdateBulkAssignment.sql", "UpdateBulkAssignment$formatDataPrefix.sql")
119119
}
120120

121121
fun testDeleteFormatter() {

0 commit comments

Comments
 (0)