mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-12 09:29:31 +00:00
fix syntax error in encode tests
This commit is contained in:
@@ -12,7 +12,6 @@ const goodTests = [
|
|||||||
return Encoders.RTTrPHeader(0x4334, 2, 0x12345678, 0, 0x12345678, [], false);
|
return Encoders.RTTrPHeader(0x4334, 2, 0x12345678, 0, 0x12345678, [], false);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
describe('RTTrP Message Encoding', () => {
|
describe('RTTrP Message Encoding', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user