Skip to content

Commit 5fead74

Browse files
authored
Update README.md
1 parent 6ef965a commit 5fead74

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
@@ -55,7 +55,7 @@ https://www.docker.com/products/docker-desktop/
5555
### Configuration as a Test Dependency
5656
While it is possible to configure this project as a compile dependency, and control its activation with profiles, it is not good practice. This project should always be configured as a test dependency.
5757

58-
However, this means that all configuration of this project can only reside in your project's test source, which is fine for integration tests, but= what about running the Application locally?
58+
However, this means that all configuration of this project can only reside in your project's test source, which is fine for integration tests, but what about running the Application locally?
5959

6060
To do this we implement an approach surfaced in this [article](https://bsideup.github.io/posts/local_development_with_testcontainers/) by Sergei Egorov.
6161

0 commit comments

Comments
 (0)