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

This commit is contained in:
Tom Butcher 2026-08-19 19:03:29 +01:00
parent f3391fb8f3
commit f9e0f2b75e

View File

@ -93,7 +93,7 @@ describe('PDF Factory', () => {
expect(page.pdf).toHaveBeenCalledWith(
expect.objectContaining({
width: '80mm',
height: '120px',
height: '121px',
})
);
});