Skip to content

Commit

Permalink
fix: use constant for object initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Aug 12, 2024
1 parent 9fa2cc8 commit 58346ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/context/test/unit/ui5-model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const latestFallbackPatchVersion: Record<UI5Framework, string | undefined> = {
};

const currentVersionMaps: Record<UI5Framework, VersionMapJsonType> = {
OpenUI5: {},
SAPUI5: {},
[OPEN_FRAMEWORK]: {},
[DEFAULT_UI5_FRAMEWORK]: {},
};

const loadCurrentVersionMaps = Promise.all([
Expand Down

0 comments on commit 58346ae

Please sign in to comment.