We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6720904 commit 21fc92fCopy full SHA for 21fc92f
packages/sqlite_async/test/native/schema_test.dart
@@ -96,8 +96,3 @@ void main() {
96
});
97
98
}
99
-
100
-// For some reason, future.ignore() doesn't actually ignore errors in these tests.
101
-void ignore(Future future) {
102
- future.then((_) {}, onError: (_) {});
103
-}
0 commit comments