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:
@@ -45,8 +45,8 @@ describe('SqlServerDialect', () => {
|
||||
})
|
||||
|
||||
describe('currentTimestamp', () => {
|
||||
it('should return GETDATE()', () => {
|
||||
expect(dialect.currentTimestamp()).toBe('GETDATE()')
|
||||
it('should return SYSUTCDATETIME()', () => {
|
||||
expect(dialect.currentTimestamp()).toBe('SYSUTCDATETIME()')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user