Skip to content

Commit 0807f70

Browse files
committed
Fixed error
1 parent c04f965 commit 0807f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def create_an_accept_transaction(self):
3030

3131
def create_an_android_pay_transaction(self):
3232
print("create_an_android_pay_transaction")
33-
modl = SourceFileLoader('modulename', 'MobileInappTransactions/create-an-android-pay-transaction.py').load_module().
33+
modl = SourceFileLoader('modulename', 'MobileInappTransactions/create-an-android-pay-transaction.py').load_module()
3434
return modl.create_an_android_pay_transaction()
3535

3636
def create_customer_payment_profile(self):

0 commit comments

Comments
 (0)