Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Jun 4, 2024
1 parent e4b0e3a commit 3b236fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/zio-pravega/src/test/scala/ReleaseReader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import io.pravega.client.ClientConfig

import zio.pravega.admin.PravegaReaderGroupManager

/**
* This program releases all readers in the reader group "a-reader-group".
*/
object ReleaseReader extends ZIOAppDefault {

private val clientConfig = ClientConfig.builder().build()
Expand Down

0 comments on commit 3b236fc

Please sign in to comment.