Skip to content

Commit

Permalink
Updated test file for new SmartBuffer export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Jan 31, 2017
1 parent 1e78a8e commit 4315642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smartbuffer.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var SmartBuffer = require('../build/smartbuffer');
var SmartBuffer = require('../build/smartbuffer').SmartBuffer;
var assert = require('chai').assert;

describe('Constructing a SmartBuffer', function () {
Expand Down

0 comments on commit 4315642

Please sign in to comment.