We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04f965 commit 0807f70Copy full SHA for 0807f70
test-runner.py
@@ -30,7 +30,7 @@ def create_an_accept_transaction(self):
30
31
def create_an_android_pay_transaction(self):
32
print("create_an_android_pay_transaction")
33
- modl = SourceFileLoader('modulename', 'MobileInappTransactions/create-an-android-pay-transaction.py').load_module().
+ modl = SourceFileLoader('modulename', 'MobileInappTransactions/create-an-android-pay-transaction.py').load_module()
34
return modl.create_an_android_pay_transaction()
35
36
def create_customer_payment_profile(self):
0 commit comments