killbill-aplcache

beatrix: fix typo Signed-off-by: Pierre-Alexandre Meyer

12/15/2016 8:59:48 AM

Details

diff --git a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestInvoicePayment.java b/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestInvoicePayment.java
index 9af4e66..58eedc1 100644
--- a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestInvoicePayment.java
+++ b/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestInvoicePayment.java
@@ -781,7 +781,7 @@ public class TestInvoicePayment extends TestIntegrationBase {
         assertEquals(payments2.get(0).getTransactions().get(0).getTransactionStatus(), TransactionStatus.PAYMENT_FAILURE);
         assertEquals(payments2.get(0).getPaymentAttempts().size(), 1);
         assertEquals(payments2.get(0).getPaymentAttempts().get(0).getPluginName(), InvoicePaymentControlPluginApi.PLUGIN_NAME);
-        // Note that because notifyPendingTransactionOfStateChangedWithPaymentControl is considered an API call, not retry will be attempted
+        // Note that because notifyPendingTransactionOfStateChangedWithPaymentControl is considered an API call, no retry will be attempted
         assertEquals(payments2.get(0).getPaymentAttempts().get(0).getStateName(), "ABORTED");
     }
 
@@ -882,7 +882,7 @@ public class TestInvoicePayment extends TestIntegrationBase {
         assertEquals(payments2.get(0).getTransactions().get(0).getTransactionStatus(), TransactionStatus.PAYMENT_FAILURE);
         assertEquals(payments2.get(0).getPaymentAttempts().size(), 1);
         assertEquals(payments2.get(0).getPaymentAttempts().get(0).getPluginName(), InvoicePaymentControlPluginApi.PLUGIN_NAME);
-        // Note that because fixPaymentTransactionState is considered an API call, not retry will be attempted
+        // Note that because fixPaymentTransactionState is considered an API call, no retry will be attempted
         assertEquals(payments2.get(0).getPaymentAttempts().get(0).getStateName(), "ABORTED");
 
         // Verify account transitions to OD1