Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Apr 23, 2019
1 parent 96fde7b commit 10c5810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interpolation/diagnostics/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Should find template-diagnostics in <template> region', () => {
file: 'jsdocs-type-check.vue',
diagnostics: [
{
range: sameLineRange(2, 21, 25),
range: sameLineRange(2, 23, 26),
severity: vscode.DiagnosticSeverity.Error,
message: "Argument of type 'string' is not assignable to parameter of type 'number'"
}
Expand Down

0 comments on commit 10c5810

Please sign in to comment.