Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Mar 30, 2016
1 parent 90e3b85 commit 9836c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/linter-intergration-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('Linter Integration', () => {
const linter = dummyPackage.getLinter();
expect(linter.messages).toEqual([
{
filePath: '.atom-build.json',
filePath: `${directory}/.atom-build.json`,
range: [ [2, 7], [2, 7] ],
text: 'very bad things',
type: 'Error'
Expand All @@ -119,7 +119,7 @@ describe('Linter Integration', () => {
const linter = dummyPackage.getLinter();
expect(linter.messages).toEqual([
{
filePath: '.atom-build.json',
filePath: `${directory}/.atom-build.json`,
range: [ [2, 7], [2, 7] ],
text: 'very bad things',
type: 'Error'
Expand Down

0 comments on commit 9836c4d

Please sign in to comment.