Skip to content

Commit

Permalink
coverage: fix warning in JvmBridgeUtilityTest (#1065)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent d7a8df9 commit 24b325b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class JvmBridgeUtilityTest {
utility.passHeader("test-1".toByteArray(), "value-2".toByteArray(), false)
assertThat(utility.validateCount(3)).isTrue()

val headers = utility.retrieveHeaders()
utility.retrieveHeaders()
assertThat(utility.validateCount(0)).isTrue()

utility.passHeader("test-2".toByteArray(), "value-3".toByteArray(), true)
Expand Down

0 comments on commit 24b325b

Please sign in to comment.