We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cc913 commit 1872854Copy full SHA for 1872854
sqflite/test/mocks/mocks.dart
@@ -33,7 +33,9 @@ ISentrySpan startTransactionShim(
33
DatabaseExecutor,
34
],
35
customMocks: [
36
- MockSpec<Hub>(fallbackGenerators: {#startTransaction: startTransactionShim}),
+ MockSpec<Hub>(
37
+ fallbackGenerators: {#startTransaction: startTransactionShim},
38
+ ),
39
40
)
41
void main() {}
0 commit comments