Skip to content

Commit

Permalink
fix: maybe this will work for the failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jan 20, 2025
1 parent ea7eef9 commit 27ce95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('importMeasurementsStrategy', () => {
D2: { t: 'n', w: '2', v: 2 },
E2: { t: 'n', w: '0', v: 'good' },
A3: { t: 's', v: 'carlita' },
B3: { z: 'yyyy-mm-dd', t: 'd', v: new Date('2024-10-10T07:00:00.000Z'), w: '2024-10-10' },
B3: { z: worksheetUtils.CUSTOM_XLSX_DATE_FORMAT, t: 'n', v: 54321, w: '2024-10-10' },
C3: { t: 's', v: '10:10:12' },
D3: { t: 'n', w: '2', v: 2 },
E3: { t: 'n', w: '0', v: 'good' },
Expand Down

0 comments on commit 27ce95c

Please sign in to comment.