Skip to content

Commit

Permalink
fix previous
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleydreyer committed Mar 27, 2024
1 parent 59d348c commit dc06d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-mate/test/column/column-date-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('Column (Date Types)', () => {
}, values);
});

fit('should be able to transform using toDate()', () => {
it('should be able to transform using toDate()', () => {
const newCol = dataFrameAdapter(functionConfigRepository.toDate)
.column(col);

Expand Down

0 comments on commit dc06d07

Please sign in to comment.