Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Dec 3, 2018
1 parent 60587af commit 8aa9aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/weave/test.js
@@ -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 8aa9aff

Please sign in to comment.