Skip to content

Commit bbaa5a3

Browse files
Cosmetics
1 parent 0e1806f commit bbaa5a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/src/com/rabbitmq/client/test/functional/ConnectionRecovery.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void testDeclarationOfManyAutoDeleteQueuesWithTransientConsumer() throws
220220
ch.close();
221221
}
222222

223-
public void testDeclarationofManyAutoDeleteExchangesWithTransientQueuesThatAreUnbound() throws IOException {
223+
public void testDeclarationOfManyAutoDeleteExchangesWithTransientQueuesThatAreUnbound() throws IOException {
224224
Channel ch = connection.createChannel();
225225
assertRecordedExchanges(connection, 0);
226226
for(int i = 0; i < 5000; i++) {
@@ -236,7 +236,7 @@ public void testDeclarationofManyAutoDeleteExchangesWithTransientQueuesThatAreUn
236236
ch.close();
237237
}
238238

239-
public void testDeclarationofManyAutoDeleteExchangesWithTransientQueuesThatAreDeleted() throws IOException {
239+
public void testDeclarationOfManyAutoDeleteExchangesWithTransientQueuesThatAreDeleted() throws IOException {
240240
Channel ch = connection.createChannel();
241241
assertRecordedExchanges(connection, 0);
242242
for(int i = 0; i < 5000; i++) {
@@ -250,7 +250,7 @@ public void testDeclarationofManyAutoDeleteExchangesWithTransientQueuesThatAreDe
250250
ch.close();
251251
}
252252

253-
public void testDeclarationofManyAutoDeleteExchangesWithTransientExchangesThatAreUnbound() throws IOException {
253+
public void testDeclarationOfManyAutoDeleteExchangesWithTransientExchangesThatAreUnbound() throws IOException {
254254
Channel ch = connection.createChannel();
255255
assertRecordedExchanges(connection, 0);
256256
for(int i = 0; i < 5000; i++) {
@@ -267,7 +267,7 @@ public void testDeclarationofManyAutoDeleteExchangesWithTransientExchangesThatAr
267267
ch.close();
268268
}
269269

270-
public void testDeclarationofManyAutoDeleteExchangesWithTransientExchangesThatAreDeleted() throws IOException {
270+
public void testDeclarationOfManyAutoDeleteExchangesWithTransientExchangesThatAreDeleted() throws IOException {
271271
Channel ch = connection.createChannel();
272272
assertRecordedExchanges(connection, 0);
273273
for(int i = 0; i < 5000; i++) {

0 commit comments

Comments
 (0)