Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Dec 22, 2023
1 parent 043b109 commit 7314000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semantic-model/test/unit/api-negative.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { forEachSymbol } from "../../src/utils";
import { generate } from "../../src/api";

const DEFAULT_UI5_VERSION = "1.71.61"
const DEFAULT_UI5_VERSION = "1.71.61";
describe("The ui5-language-assistant semantic model package API negative tests", () => {
describe("generate from model with invalid library file", () => {
const message = "not a valid library file";
Expand Down

0 comments on commit 7314000

Please sign in to comment.