This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 8d586aa4 test code that causes compile warning and fails strict build
(#577)
8d586aa4 is described below
commit 8d586aa4f77e6581dbed408a5b717fa323ce829b
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 19 13:04:22 2025 +0100
test code that causes compile warning and fails strict build (#577)
---
.../scala/org/apache/pekko/grpc/scaladsl/GrpcMarshallingSpec.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/GrpcMarshallingSpec.scala
b/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/GrpcMarshallingSpec.scala
index c32ac83f..b73581c4 100644
---
a/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/GrpcMarshallingSpec.scala
+++
b/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/GrpcMarshallingSpec.scala
@@ -61,8 +61,7 @@ class GrpcMarshallingSpec extends AnyWordSpec with Matchers {
headers = immutable.Seq(`Message-Encoding`("gzip")),
entity = HttpEntity.Chunked(
GrpcProtocolNative.contentType,
- TestSource
- .probe[ChunkStreamPart]
+ TestSource[ChunkStreamPart]()
.mapMaterializedValue((p: TestPublisher.Probe[ChunkStreamPart]) =>
{
sourceProbe.success(p)
NotUsed
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]