diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-04 12:04:11 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-04 12:04:11 +0530 |
commit | 3c57820df0711f301e69adb0f4b8a91f0905cc0c (patch) | |
tree | 5be12160a8061ce7954c7552ed861a443e3f57a5 /packages/taler-integrationtests/src/test-payment.ts | |
parent | c7a2abedbabe9142ce9a15902f90a5d1f4b36f05 (diff) |
formatting, import
Diffstat (limited to 'packages/taler-integrationtests/src/test-payment.ts')
-rw-r--r-- | packages/taler-integrationtests/src/test-payment.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-integrationtests/src/test-payment.ts b/packages/taler-integrationtests/src/test-payment.ts index 4f44fc146..c82770d76 100644 --- a/packages/taler-integrationtests/src/test-payment.ts +++ b/packages/taler-integrationtests/src/test-payment.ts @@ -17,10 +17,7 @@ /** * Imports. */ -import { - runTest, - GlobalTestState, -} from "./harness"; +import { runTest, GlobalTestState } from "./harness"; import { createSimpleTestkudosEnvironment, withdrawViaBank, |