Skip to content
This repository has been archived by the owner on Aug 12, 2017. It is now read-only.

Commit

Permalink
Test: Fix title of extendConstructor test
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Mar 19, 2014
1 parent b87d9ea commit 18b33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subclassing-test.js
Expand Up @@ -145,7 +145,7 @@ describe('Subclassing', function() {

});

describe('main.extendObject helper', function() {
describe('extendConstructor helper', function() {
it('sets up inheritance', function() {
var Extended = extendConstructor(function() {});
assert.instanceOf(new Extended(), Promise);
Expand Down

0 comments on commit 18b33c0

Please sign in to comment.