Skip to content

Commit

Permalink
fix: dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Mar 13, 2024
1 parent 64f9e69 commit e99d568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions test-packages/test-utils/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ export type TestModelVersion =
| /* OOM */ typeof DEFAULT_UI5_VERSION
| "1.84.41"
| "1.96.27"
| "1.108.26"
| "1.114.11"
| "1.114.12";
| "1.108.26";

/**
* Return a UI5SemanticModel for the specified version.
Expand Down
2 changes: 0 additions & 2 deletions test-packages/test-utils/src/utils/semantic-model-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ const libraryFixes: Record<TestModelVersion, Record<string, LibraryFix[]>> = {
],
},
"1.108.26": {},
"1.114.11": {},
"1.114.12": {},
};

function fixLibraries(
Expand Down

0 comments on commit e99d568

Please sign in to comment.