Skip to content

Commit

Permalink
use short diagnostic message (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blond11516 authored Dec 14, 2024
1 parent 408d2a6 commit f81c363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test-e2e/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { Fixture, activate } from "../helpers";
test("Should get diagnostics", async () => {
await testDiagnostics(Fixture.Diagnostics, [
{
message:
"** (CompileError) lib/diagnostics.ex:3: undefined function foo/0 (expected Fixtures to define such a function or for it to be imported, but none are available)\n\n",
message: "undefined function foo/0",
range: toRange(2, 4, 3, 0),
severity: vscode.DiagnosticSeverity.Error,
source: "Elixir",
Expand Down

0 comments on commit f81c363

Please sign in to comment.