Skip to content

Commit 9232e9b

Browse files
committed
Fix copy/paste
1 parent 15600d6 commit 9232e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/node/version-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
bowerJson = require('../../bower');
1111
packageJson = require('../../package');
1212

13-
buster.testCase('rest/version', {
13+
buster.testCase('wire/version', {
1414
'should have the same name for package.json and component.json': function () {
1515
assert.same(bowerJson.name, packageJson.name);
1616
},
1717
'should have the same version for package.json and component.json': function () {
1818
assert.same(bowerJson.version, packageJson.version);
1919
}
2020
});
21-
}(require('buster')));
21+
}(require('buster')));

0 commit comments

Comments
 (0)