mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Remove remnants of JUnit 4 rules (#1336)
<!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1336) <!-- Reviewable:end -->
This commit is contained in:
parent
9eb55edde7
commit
df65fbc212
83 changed files with 270 additions and 272 deletions
|
@ -117,7 +117,7 @@ public final class NettyExtension implements AfterEachCallback {
|
|||
}
|
||||
|
||||
void checkReady() {
|
||||
checkState(clientChannel != null, "Must call setUpClient to finish NettyRule setup");
|
||||
checkState(clientChannel != null, "Must call setUpClient to finish NettyExtension setup");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue