Skip to content

Commit

Permalink
remove duplicate test case
Browse files Browse the repository at this point in the history
  • Loading branch information
snosenzo committed Nov 15, 2023
1 parent d6cd8a5 commit 474fa1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CdrReader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ Object {
[false, 127, 0xffffffff, 5], // LC
[false, 65, 12, 6], // LC 6, multiple of 4 bytes
[false, 65, 32, 7], // LC 7, multiple of 8 bytes
[false, 127, 0xffffffff, 5],
])(
"round trips EMHEADER values with mustUnderstand: %d, id: %d, size: %d, and lengthCode: %d",
(mustUnderstand: boolean, id: number, objectSize: number, lengthCode: number) => {
Expand Down

0 comments on commit 474fa1d

Please sign in to comment.