Skip to content

Commit

Permalink
test: update transaction init syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Aug 23, 2024
1 parent cdc5f5f commit 84a4163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/dns-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ describe('dns-list', function () {

it('sets up a transaction', function () {
this.connection = fixtures.connection.createConnection({})
this.connection.transaction = fixtures.transaction.createTransaction({})
// console.log(this.connection.transaction)
this.connection.init_transaction()
assert.ok(this.connection.transaction.header)
})
})
Expand Down

0 comments on commit 84a4163

Please sign in to comment.