Skip to content

Commit b1ac7f6

Browse files
committed
improve the documentation
1 parent a65a0d0 commit b1ac7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class MultipleContainerInOneTest {
6363
}
6464
----
6565
<1> start a Redis test container and set a host/port value of started container to default Spring Boot properties (`spring.redis.host` and `spring.redis.port`)
66-
<2> start another Redis container and set a host/port value to specified properties
66+
<2> start another Redis container and set a host/port value to specified properties, exactly in these properties you can read an actual value of host/port after run application context.
6767

6868
After test execution you can see something like this in the output:
6969

0 commit comments

Comments
 (0)