Skip to content

Commit

Permalink
typo in LockQueue test: should be LockQueue instead of Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Jun 14, 2012
1 parent 0d58fec commit dcd392e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/LockQueueTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
});
});

suite("Lock::getName", function() {
test("Lock::name should return name that was passed to the constructor", function(done) {
suite("LockQueue::getName", function() {
test("LockQueue::name should return name that was passed to the constructor", function(done) {
var queue = new LockQueue(queueName);

assert.equal(queue.getName(), queueName);
Expand Down

0 comments on commit dcd392e

Please sign in to comment.