Skip to content

Commit c623c14

Browse files
committed
[hygiene] Casing
1 parent cefa5fa commit c623c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/persisters/sqlite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type AbstractPowerSyncDatabase = {
5757
onChange(options: SQLWatchOptions): AsyncIterable<WatchOnChangeEvent>;
5858
};
5959

60-
class WASQLitePowerSyncDatabaseOpenFactory {
60+
class WaSqlitePowerSyncDatabaseOpenFactory {
6161
public dbFilename: string;
6262
public db: sqlite3.Database;
6363

@@ -174,7 +174,7 @@ export const VARIANTS: {[name: string]: SqliteVariant<any>} = {
174174
],
175175
powerSync: [
176176
async (): Promise<AbstractPowerSyncDatabase> => {
177-
const factory = new WASQLitePowerSyncDatabaseOpenFactory({
177+
const factory = new WaSqlitePowerSyncDatabaseOpenFactory({
178178
schema: powerSyncSchema,
179179
dbFilename: ':memory:',
180180
});

0 commit comments

Comments
 (0)