summaryrefslogtreecommitdiff
path: root/src/util/payto-test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/payto-test.ts')
-rw-r--r--src/util/payto-test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/payto-test.ts b/src/util/payto-test.ts
index 82daff164..01280b650 100644
--- a/src/util/payto-test.ts
+++ b/src/util/payto-test.ts
@@ -28,4 +28,4 @@ test("basic payto parsing", (t) => {
const r3 = parsePaytoUri("payto://x-taler-bank/123");
t.is(r3?.targetType, "x-taler-bank");
t.is(r3?.targetPath, "123");
-}); \ No newline at end of file
+});