Skip to content

Commit

Permalink
restore full diagnostic message in e2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blond11516 committed Dec 14, 2024
1 parent 1d0a021 commit 408d2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test-e2e/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { Fixture, activate } from "../helpers";
test("Should get diagnostics", async () => {
await testDiagnostics(Fixture.Diagnostics, [
{
message: "undefined function foo/0",
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",
range: toRange(2, 4, 3, 0),
severity: vscode.DiagnosticSeverity.Error,
source: "Elixir",
Expand Down

0 comments on commit 408d2a6

Please sign in to comment.