Skip to content

Commit 63d7504

Browse files
author
Alexandru Scvortov
committed
typo
1 parent a0f435a commit 63d7504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/server/Permissions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void with(String name) throws IOException {
139139
adminCh.exchangeDelete(name);
140140
}});
141141
adminCh.getConnection().abort();
142-
noAccessCh.geConnection().abort();
142+
noAccessCh.getConnection().abort();
143143
}
144144

145145
protected void withNames(WithName action)

0 commit comments

Comments
 (0)