Skip to content

Commit

Permalink
✅ Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Feb 24, 2021
1 parent 7cdf96f commit 0f601c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('mapColumn', () => {
expect(result.columns[nameColumnIndex]).toEqual({
id: 'name',
name: 'name',
meta: { type: 'date', params: { type: 'date', digits: 2 } },
meta: { type: 'date', params: { id: 'number', params: { digits: 2 } } },
});
});
});
Expand Down

0 comments on commit 0f601c0

Please sign in to comment.