Skip to content

Commit

Permalink
chore: test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Sep 2, 2024
1 parent dab86ae commit 8d619a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/actions/appActions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const commonAppInitActions = [
];

export const deviceInitActions = [
{ type: SET_OFFLINE_THRESHOLD, value: '2019-01-12T13:00:00.900Z' },
{ type: SET_OFFLINE_THRESHOLD, value: '2019-01-12T13:00:06.900Z' },
{ type: SET_USER_SETTINGS, settings: { ...defaultState.users.userSettings } },
{ type: RECEIVED_PERMISSION_SETS, value: receivedPermissionSets },
{ type: RECEIVED_ROLES, value: receivedRoles },
Expand Down

0 comments on commit 8d619a5

Please sign in to comment.