Skip to content

Commit

Permalink
chore: remove neg test for PBVE B
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Aug 21, 2022
1 parent cfbe2d9 commit 9e288ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/PBVE.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ describe('PBVE', () => {
toFull(delta).should.be.validSignalK
})

it('Should not parse if product code is F, B, or A', () => {
it('Should not parse if product code is F or A', () => {
should.not.exist(new Parser().parse('$PBVE,FGLABCGJAAAHADEE*21'))
should.not.exist(
new Parser().parse(
'$PBVE,BEAAADAAABFKBCIIBDAGOOABAAAAADAAAAOIACAAONFMAKCAADAAAAHG*2A'
)
)
// should.not.exist(
// new Parser().parse(
// '$PBVE,BEAAADAAABFKBCIIBDAGOOABAAAAADAAAAOIACAAONFMAKCAADAAAAHG*2A'
// )
// )
should.not.exist(
new Parser().parse(
'$PBVE,AQHKAAAACIAAAAABAAGEDOBCAAAAFLABCKAADIAADIAAAAAANDEN*3F'
Expand Down

0 comments on commit 9e288ca

Please sign in to comment.