Skip to content

Commit

Permalink
final final final final fix ;_; ;_;
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code committed Sep 14, 2024
1 parent ae9ccaa commit f7c151e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions client/src/test/diagnostics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,48 @@ suite("Should get diagnostics", () => {
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(14, 23, 14, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(16, 23, 16, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(18, 23, 18, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(20, 23, 20, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(22, 23, 22, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
{
message: "the relation `owner` does not exist.",
range: toRange(24, 23, 24, 28),
severity: vscode.DiagnosticSeverity.Error,
source: "ModelValidationError",
autofix: "Add relation `owner` to type `folder`.",
},
]);
});
});
Expand Down

0 comments on commit f7c151e

Please sign in to comment.