File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public class SomeKindTest {
100
100
}
101
101
```
102
102
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.
104
104
105
105
### With ` K3sContainer `
106
106
@@ -119,7 +119,7 @@ public class SomeK3sTest {
119
119
}
120
120
```
121
121
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.
123
123
124
124
### With ` ApiServerContainer `
125
125
@@ -144,7 +144,7 @@ public class SomeApiServerTest {
144
144
}
145
145
```
146
146
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.
148
148
149
149
# Quick guides
150
150
You can’t perform that action at this time.
0 commit comments