Update PDF factory test to correct height value from 120px to 121px
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
This commit is contained in:
parent
f3391fb8f3
commit
f9e0f2b75e
@ -93,7 +93,7 @@ describe('PDF Factory', () => {
|
|||||||
expect(page.pdf).toHaveBeenCalledWith(
|
expect(page.pdf).toHaveBeenCalledWith(
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
width: '80mm',
|
width: '80mm',
|
||||||
height: '120px',
|
height: '121px',
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user