fix(tests): sync test expectations with current implementation
Update dialect tests for UTC timestamp functions and cleaner-handler test for runCleaner's extended parameter signature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,8 +46,8 @@ describe('MySqlDialect', () => {
|
||||
})
|
||||
|
||||
describe('currentTimestamp', () => {
|
||||
it('should return NOW()', () => {
|
||||
expect(dialect.currentTimestamp()).toBe('NOW()')
|
||||
it('should return UTC_TIMESTAMP()', () => {
|
||||
expect(dialect.currentTimestamp()).toBe('UTC_TIMESTAMP()')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user