Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c71c4a8

Browse filesBrowse files
committed
fix test due to previous commit
1 parent 370cf80 commit c71c4a8
Copy full SHA for c71c4a8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/builder.js

Copy file name to clipboardExpand all lines: test/builder.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ describe('Builder', function(){
241241
it('should error on failed dep lookup', function(done){
242242
var builder = new Builder('test/fixtures/bundled');
243243
builder.build(function(err, res){
244-
err.message.should.equal('failed to lookup "bundled"\'s dependency "foo"');
244+
err.message.should.equal('failed to lookup "hello"\'s dependency "foo"');
245245
done();
246246
})
247247
})

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.