Skip to content

Commit fe07cf0

Browse files
author
Robin Duda
committed
implement missing test method in vertx-unit mock.
1 parent 5d81d59 commit fe07cf0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'idea'
33
apply plugin: 'maven'
44

5-
project.version = "1.1.2"
5+
project.version = "1.1.3"
66
project.group = 'com.github.codingchili.chili-core'
77

88
subprojects {

core/test/java/com/codingchili/core/listener/RestRequestTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ public void fail(Throwable throwable) {
355355

356356
}
357357

358+
@Override
359+
public void fail(int i, Throwable throwable) {
360+
361+
}
362+
358363
@Override
359364
public RoutingContext put(String s, Object o) {
360365
return null;

0 commit comments

Comments
 (0)