Skip to content

Commit

Permalink
Fix copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jul 28, 2013
1 parent 15600d6 commit 9232e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/version-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
bowerJson = require('../../bower');
packageJson = require('../../package');

buster.testCase('rest/version', {
buster.testCase('wire/version', {
'should have the same name for package.json and component.json': function () {
assert.same(bowerJson.name, packageJson.name);
},
'should have the same version for package.json and component.json': function () {
assert.same(bowerJson.version, packageJson.version);
}
});
}(require('buster')));
}(require('buster')));

0 comments on commit 9232e9b

Please sign in to comment.