Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider authored Dec 3, 2018
1 parent 32b9e8b commit f0cce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completed_exercises/weave/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const weave = require('./index');
const Queue = require('./Queue');
const Queue = require('./queue');

test('queues have a peek function', () => {
const q = new Queue();
Expand Down

0 comments on commit f0cce74

Please sign in to comment.