File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/module-mongodb/test/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { mongo } from '@powersync/lib-service-mongodb';
22import {
33 applyRowContext ,
44 CompatibilityContext ,
5- CompatibilityLevel ,
5+ CompatibilityEdition ,
66 SqliteInputRow ,
77 SqlSyncRules
88} from '@powersync/service-sync-rules' ;
@@ -555,7 +555,7 @@ bucket_definitions:
555555 noFraction : '2023-03-06 13:47:01.000Z'
556556 } ) ;
557557
558- const newFormat = applyRowContext ( row , new CompatibilityContext ( CompatibilityLevel . SYNC_STREAMS ) ) ;
558+ const newFormat = applyRowContext ( row , new CompatibilityContext ( CompatibilityEdition . SYNC_STREAMS ) ) ;
559559 expect ( newFormat ) . toMatchObject ( {
560560 fraction : '2023-03-06T13:47:01.123Z' ,
561561 noFraction : '2023-03-06T13:47:01.000Z'
You can’t perform that action at this time.
0 commit comments