Skip to content

Commit 78f8c42

Browse files
authored
Fixing links to JUnit 4 examples. (#256)
1 parent e1ce4a0 commit 78f8c42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class SomeKindTest {
100100
}
101101
```
102102

103-
Look [here](src/test/java/com/dajudge/kindcontainer/readme/SomeKindTest.java) for the reference test.
103+
Look [here](src/test/java/com/dajudge/kindcontainer/readme/junit4/SomeKindTest.java) for the reference test.
104104

105105
### With `K3sContainer`
106106

@@ -119,7 +119,7 @@ public class SomeK3sTest {
119119
}
120120
```
121121

122-
Look [here](src/test/java/com/dajudge/kindcontainer/readme/SomeK3sTest.java) for the reference test.
122+
Look [here](src/test/java/com/dajudge/kindcontainer/readme/junit4/SomeK3sTest.java) for the reference test.
123123

124124
### With `ApiServerContainer`
125125

@@ -144,7 +144,7 @@ public class SomeApiServerTest {
144144
}
145145
```
146146

147-
Look [here](src/test/java/com/dajudge/kindcontainer/readme/SomeApiServerTest.java) for the reference test.
147+
Look [here](src/test/java/com/dajudge/kindcontainer/readme/junit4/SomeApiServerTest.java) for the reference test.
148148

149149
# Quick guides
150150

0 commit comments

Comments
 (0)