Skip to content

Commit

Permalink
Update web/client/reducers/__tests__/widgets-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Natali <[email protected]>
  • Loading branch information
MV88 and offtherailz authored Nov 7, 2023
1 parent f2c4b20 commit 168235e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/client/reducers/__tests__/widgets-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ describe('Test the widgets reducer', () => {
const state = widgets(undefined, insertWidget({id: "1"}));
expect(state.containers[DEFAULT_TARGET].widgets.length).toBe(1);
});
it('insertWidget with default mdSize', () => {
it('insertWidget with default initialSize', () => {
const state = widgets({
defaults: {
mdSize: {
initialSize: {
w: 4,
h: 4
}}
Expand Down

0 comments on commit 168235e

Please sign in to comment.