From f4043a0f8114b1b8612e01a5cdf65b8d6ffc6f00 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Dec 2019 23:15:56 +0100 Subject: keep checkable annotations on amount for now --- src/util/codec-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/codec-test.ts') diff --git a/src/util/codec-test.ts b/src/util/codec-test.ts index 640cd7c1c..22f6a0a98 100644 --- a/src/util/codec-test.ts +++ b/src/util/codec-test.ts @@ -46,7 +46,7 @@ type MyUnion = AltOne | AltTwo; test("basic codec", t => { const myObjCodec = objectCodec() .property("foo", stringCodec) - .build("MyObj"); + .build("MyObj"); const res = myObjCodec.decode({ foo: "hello" }); t.assert(res.foo === "hello"); -- cgit v1.2.3