Skip to content

Commit

Permalink
test(err): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 11, 2017
1 parent 024a953 commit 57c4124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/err/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var pluginsrc = require('../..')

test('No Config - {Error} - Load Plugins', function (t) {
return pluginsrc({}, 'test').catch(function (err) {
t.is(err.message, 'No PostCSS Config found in: /Users/Cini/Github/PostCSS/postcss-load-plugins/test')
t.is(err.message, 'No PostCSS Config found in: /home/travis/build/michael-ciniawsky/postcss-load-plugins/test')
})
})

Expand Down

0 comments on commit 57c4124

Please sign in to comment.