@@ -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