Skip to content

Commit 1e47ec7

Browse files
test: diff customheight to test
1 parent 8aa7162 commit 1e47ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/courseware/course/sequence/Unit/hooks/useIFrameBehavior.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('useIFrameBehavior hook', () => {
167167
]);
168168
});
169169
describe('resize message', () => {
170-
const customHeight = 23;
170+
const customHeight = 25;
171171
const resizeMessage = (height = 23) => ({
172172
data: { type: messageTypes.resize, payload: { height } },
173173
});

0 commit comments

Comments
 (0)