Skip to content

Commit

Permalink
tests: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 20, 2022
1 parent 6bb8c98 commit bf54451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/codec/custom.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe(`encoder`, () => {
from: () => ({ size2: 1 }),
})
.codec(`somethingElse`, {
to: () => `todo`,
to: () => ``,
from: () => ({ size2: 0 }),
})
.done()
Expand Down

0 comments on commit bf54451

Please sign in to comment.