Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed Apr 26, 2024
1 parent bdea15d commit b40eec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/asn1_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ test('ASN1 parser basic', function (t) {
!input1.out.readASN1IntBytes(c9) ||
!input1.out.isEmpty()


t.notOk(fail)
t.deepEqual(c1.out, [1, 2, 3])
t.deepEqual(c2.out, [4, 5, 6])
Expand All @@ -95,6 +94,6 @@ test('ASN1 parser basic', function (t) {
t.ok(c6.out)
t.notOk(c7.out)
t.deepEqual(c8.out, [0x01, 0x02, 0x03, 0x04, 0x05, 0x06])
t.deepEqual(c9.out, [0x00, 0xf1, 0x02, 0x03, 0x04, 0x05, 0x06])
t.deepEqual(c9.out, [0x00, 0xf1, 0x02, 0x03, 0x04, 0x05, 0x06])
t.end()
})

0 comments on commit b40eec5

Please sign in to comment.