diff --git a/tests/data/codec/custom.spec.ts b/tests/data/codec/custom.spec.ts index f8a6980..e11ad4f 100644 --- a/tests/data/codec/custom.spec.ts +++ b/tests/data/codec/custom.spec.ts @@ -75,7 +75,7 @@ describe(`encoder`, () => { from: () => ({ size2: 1 }), }) .codec(`somethingElse`, { - to: () => `todo`, + to: () => ``, from: () => ({ size2: 0 }), }) .done()