aboutsummaryrefslogtreecommitdiff
path: root/src/types/types-test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/types-test.ts')
-rw-r--r--src/types/types-test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/types-test.ts b/src/types/types-test.ts
index 77ab2c4e4..67d379f7b 100644
--- a/src/types/types-test.ts
+++ b/src/types/types-test.ts
@@ -131,7 +131,7 @@ test("amount stringification", t => {
test("contract terms validation", t => {
const c = {
nonce: "123123123",
- H_wire: "123",
+ h_wire: "123",
amount: "EUR:1.5",
auditors: [],
exchanges: [{ master_pub: "foo", url: "foo" }],