Skip to content

Commit e88da1a

Browse files
committed
Update test error message.
1 parent c458cea commit e88da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/test/schema_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ void main() {
315315
isA<AssertionError>().having(
316316
(e) => e.message,
317317
'message',
318-
'Table too_many_columns has more than 63 columns, which is not supported',
318+
'Table too_many_columns has more than 1999 columns, which is not supported',
319319
),
320320
),
321321
);

0 commit comments

Comments
 (0)