Skip to content

Commit 5db9d63

Browse files
committed
Import cleanup.
1 parent 2140812 commit 5db9d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/tests/offline.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AbstractPowerSyncDatabase, column, Column, ColumnType, Schema, Table } from '@powersync/common';
1+
import { AbstractPowerSyncDatabase, column, Schema, Table } from '@powersync/common';
22
import { PowerSyncDatabase } from '@powersync/web';
33
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
44

@@ -143,7 +143,7 @@ describe('Schema Tests', () => {
143143
]);
144144
});
145145

146-
// Indicates that we don't need to refresh the refresh the schema explicitly
146+
// Indicates that we don't need to refresh the the schema explicitly
147147
it('Correct source table after switching schema', async () => {
148148
const customerWatchTables = await getSourceTables(db, 'SELECT * FROM customers');
149149
expect(customerWatchTables.includes('ps_data_local__local_customers')).toBeTruthy();

0 commit comments

Comments
 (0)