Skip to content

Commit a2d1f5b

Browse files
author
Brendan Doyle
committed
fix scala 2.13 compilation
1 parent 2268f1a commit a2d1f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/common/etcd/EtcdWorkerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class EtcdWorkerTests
159159
(mockEtcd
160160
.del(_: String))
161161
.expects(key)
162-
.onCall(_ => {
162+
.onCall((_: String) => {
163163
if (firstAttempt) {
164164
firstAttempt = false
165165
Future.failed(new StatusRuntimeException(Status.RESOURCE_EXHAUSTED))

0 commit comments

Comments
 (0)