We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f435a commit 63d7504Copy full SHA for 63d7504
test/src/com/rabbitmq/client/test/server/Permissions.java
@@ -139,7 +139,7 @@ public void with(String name) throws IOException {
139
adminCh.exchangeDelete(name);
140
}});
141
adminCh.getConnection().abort();
142
- noAccessCh.geConnection().abort();
+ noAccessCh.getConnection().abort();
143
}
144
145
protected void withNames(WithName action)
0 commit comments