This repository was archived by the owner on Sep 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
apollo-test/src/test/java/com/spotify/apollo/test Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ void shouldFailToInstantiateTestClassWhenExtensionDeclaredUsingExtendWith() {
38
38
EngineTestKit .engine (ENGINE_ID )
39
39
.selectors (selectClass (ServiceHelperIncorrectUsage .class ))
40
40
.execute ()
41
- .containers ()
41
+ .containerEvents ()
42
42
.assertStatistics (stats -> stats .failed (1 ));
43
43
}
44
44
@@ -47,7 +47,7 @@ void shouldExecuteTestsWhenExtensionDeclaredProgrammatically() {
47
47
EngineTestKit .engine (ENGINE_ID )
48
48
.selectors (selectClass (ServiceHelperCorrectUsage .class ))
49
49
.execute ()
50
- .tests ()
50
+ .testEvents ()
51
51
.assertStatistics (stats -> stats .started (2 ).succeeded (2 ));
52
52
}
53
53
}
Original file line number Diff line number Diff line change 45
45
<auto-matter .version>0.15.3</auto-matter .version>
46
46
<auto-value .version>1.7.4</auto-value .version>
47
47
<logback .version>1.2.3</logback .version>
48
- <jackson .version>2.11.2 </jackson .version>
48
+ <jackson .version>2.12.3 </jackson .version>
49
49
<semantic-metrics .version>1.1.7</semantic-metrics .version>
50
50
<guava .version>29.0-jre</guava .version>
51
- <junit .testkit.version>1.5.2 </junit .testkit.version>
51
+ <junit .testkit.version>1.7.1 </junit .testkit.version>
52
52
<slf4j .version>1.7.30</slf4j .version>
53
53
<hamcrest .version>2.2</hamcrest .version>
54
54
</properties >
249
249
<dependency >
250
250
<groupId >org.junit</groupId >
251
251
<artifactId >junit-bom</artifactId >
252
- <version >5.5.2 </version >
252
+ <version >5.7.1 </version >
253
253
<scope >import</scope >
254
254
<type >pom</type >
255
255
</dependency >
You can’t perform that action at this time.
0 commit comments