We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692aa7a commit c99d1a7Copy full SHA for c99d1a7
tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/ContainerCounterTests.scala
@@ -332,7 +332,8 @@ class ContainerCounterTests
332
.newBuilder()
333
.setKey(ByteString.copyFromUtf8(key))
334
.setValue(ByteString.copyFromUtf8(value))
335
- .build()) build ()
+ .build())
336
+ .build()
337
338
// find the callbacks which has the proper prefix for the given key
339
watchCallbackMap.filter(callback => key.startsWith(callback._1)).foreach { callback =>
0 commit comments