1 parent f4dc060 commit bca189eCopy full SHA for bca189e
1 file changed
test/transaction_test.dart
@@ -877,9 +877,13 @@ void main() {
877
});
878
879
final rows = await conn.execute('SELECT id FROM t WHERE id = 42');
880
- expect(rows, [
881
- [42],
882
- ], reason: 'Insert after savepoint recovery should have been committed');
+ expect(
+ rows,
+ [
883
+ [42],
884
+ ],
885
+ reason: 'Insert after savepoint recovery should have been committed',
886
+ );
887
},
888
);
889
0 commit comments