Skip to content

Commit baf5b1d

Browse files
geirolzmergify[bot]
authored andcommitted
Fix
1 parent cc13684 commit baf5b1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/test/scala/fly4s/data/Samples.scala

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package fly4s.data
22

3-
import org.flywaydb.core.api.ErrorCode
4-
import org.flywaydb.core.api.ErrorCode.VALIDATE_ERROR
3+
import org.flywaydb.core.api.CoreErrorCode.VALIDATE_ERROR
54

65
import java.util
76
import java.util.Collections
@@ -35,7 +34,7 @@ object Samples {
3534
"DESCRIPTION",
3635
"FILE_PATH",
3736
new ErrorDetails(
38-
ErrorCode.VALIDATE_ERROR,
37+
VALIDATE_ERROR,
3938
"ERROR_MESSAGE"
4039
)
4140
)

0 commit comments

Comments
 (0)