Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Oct 18, 2023
1 parent 2678d89 commit aba7b5c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ class Conformance(
assertThat(responses.map { it.payload.body.size() }).isEqualTo(sizes)
assertThat(e.code).isEqualTo(Code.RESOURCE_EXHAUSTED)
assertThat(e.message).isEqualTo("soirée 🎉")
assertThat(e.unpackedDetails(ErrorDetail::class)).containsExactly(
expectedErrorDetail,
)
assertThat(e.unpackedDetails(ErrorDetail::class)).containsExactly(expectedErrorDetail)
} finally {
countDownLatch.countDown()
}
Expand Down

0 comments on commit aba7b5c

Please sign in to comment.