Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored and mergify[bot] committed Apr 23, 2024
1 parent cc13684 commit baf5b1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/test/scala/fly4s/data/Samples.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package fly4s.data

import org.flywaydb.core.api.ErrorCode
import org.flywaydb.core.api.ErrorCode.VALIDATE_ERROR
import org.flywaydb.core.api.CoreErrorCode.VALIDATE_ERROR

import java.util
import java.util.Collections
Expand Down Expand Up @@ -35,7 +34,7 @@ object Samples {
"DESCRIPTION",
"FILE_PATH",
new ErrorDetails(
ErrorCode.VALIDATE_ERROR,
VALIDATE_ERROR,
"ERROR_MESSAGE"
)
)
Expand Down

0 comments on commit baf5b1d

Please sign in to comment.