Skip to content

Commit c99d1a7

Browse files
Fix tests
1 parent 692aa7a commit c99d1a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/ContainerCounterTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ class ContainerCounterTests
332332
.newBuilder()
333333
.setKey(ByteString.copyFromUtf8(key))
334334
.setValue(ByteString.copyFromUtf8(value))
335-
.build()) build ()
335+
.build())
336+
.build()
336337

337338
// find the callbacks which has the proper prefix for the given key
338339
watchCallbackMap.filter(callback => key.startsWith(callback._1)).foreach { callback =>

0 commit comments

Comments
 (0)