Skip to content

Commit cf04475

Browse files
authored
Update README.md
1 parent 3a5e012 commit cf04475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ libraryDependencies += Seq(
8181
)
8282
```
8383

84-
Mix-in `FlywaySpecSupport` then, put the sql files in `src/reosources/flyway`(`src/resources/**` can be set to any string.), run `flywayContext.flyway.migrate()` in `afterStartContainers` method.
84+
Mix-in `FlywaySpecSupport` then, put the sql files in `src/resources/flyway`(`src/resources/**` can be set to any string.), run `flywayContext.flyway.migrate()` in `afterStartContainers` method.
8585

8686
```scala
8787
class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport with FlywaySpecSupport {

0 commit comments

Comments
 (0)