Skip to content

Commit

Permalink
Tests should pass on node 0.10 and 0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 29, 2015
1 parent 4d4e5a9 commit 267a9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

var test = require('tape')
var Packet = require('.')
var Packet = require('./')

test('Packet defaults', function (t) {
var instance = new Packet({})
Expand Down

0 comments on commit 267a9ac

Please sign in to comment.