Skip to content

Commit

Permalink
Update test error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jan 1, 2025
1 parent c458cea commit e88da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync_core/test/schema_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void main() {
isA<AssertionError>().having(
(e) => e.message,
'message',
'Table too_many_columns has more than 63 columns, which is not supported',
'Table too_many_columns has more than 1999 columns, which is not supported',
),
),
);
Expand Down

0 comments on commit e88da1a

Please sign in to comment.