Skip to content

Commit 52f3cc5

Browse files
committed
Fix typo
1 parent 13763d9 commit 52f3cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version History
88
- switch to JUnit 5 and use the `@Testcontainers` and `@Container` annotations,
99
- stay on firebird-testcontainers-java 1.6.1 and org.testcontainers:jdbc 1.21.4,
1010
- switch to using Testcontainers URLs instead of using `@Rule` or `@ClassRule`, or
11-
- write you own rule implementation to start and stop the container.
11+
- write your own rule implementation to start and stop the container.
1212
- Removed self-referencing generic type parameter from `FirebirdContainer`. \
1313
You need to replace occurrences of `FirebirdContainer<?>` and `FirebirdContainer<>` with `FirebirdContainer`.
1414
- Removed deprecated no-arg constructor from `FirebirdContainer`

0 commit comments

Comments
 (0)