Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarMichalkiewicz committed Oct 26, 2023
1 parent f8b66af commit 3d1fc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/device/actions/base.action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const harmonyDeviceMock: HarmonyDeviceData = {
osVersion: "0.75.1",
batteryLevel: 0.99,
serialNumber: "303",
caseColour: CaseColor.Black,
memorySpace: {
reservedSpace: 124,
usedUserSpace: 1021,
Expand Down
1 change: 1 addition & 0 deletions packages/app/src/device/reducers/device.reducer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const harmonyDeviceMock: HarmonyDeviceData = {
osVersion: "0.75.1",
batteryLevel: 0.99,
serialNumber: "303",
caseColour: CaseColor.Black,
memorySpace: {
reservedSpace: 124,
usedUserSpace: 1021,
Expand Down

0 comments on commit 3d1fc75

Please sign in to comment.