From b65ca55b7b2d0860ffd0838f0ecb8179689a64b6 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 7 Apr 2022 02:55:24 +0200 Subject: [PATCH] Fix tests --- Models/Denomination.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Denomination.ts b/Models/Denomination.ts index 45b17f2a7..45f2e5be2 100644 --- a/Models/Denomination.ts +++ b/Models/Denomination.ts @@ -82,7 +82,7 @@ export class Denomination { * // Should be trimmed if canonical is empty * const unit = new Denomination({ * canonicalDenomination: "", - * alternativeDenomination: ["meter","m], + * alternativeDenomination: ["meter","m"], * 'default': true, * human: { * en: "meter"