Skip to content

Commit

Permalink
fix: example-test
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jun 13, 2016
1 parent a064b03 commit 5c61345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ describe("example-test", function () {
assert.equal(result.messages.length, 1);
let message = result.messages[0];
assert.deepEqual(message, {
type: "lint",
ruleId: 'no-doubled-joshi',
message: '一文に二回以上利用されている助詞 "で" がみつかりました。',
line: 4,
column: 43,
index: 137,
severity: 2
});
});
});
});
});

0 comments on commit 5c61345

Please sign in to comment.