Skip to content

Commit 32412c0

Browse files
committed
Fix typo
1 parent be49f6a commit 32412c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/test/in_memory_sync_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void _declareTests(String name, SyncOptions options) {
210210
});
211211
} else {
212212
// raw tables are only supported by the rust sync client
213-
test('raw tabkes', () async {
213+
test('raw tables', () async {
214214
final schema = Schema(const [], rawTables: [
215215
RawTable(
216216
name: 'lists',

0 commit comments

Comments
 (0)