Skip to content

Commit 21fc92f

Browse files
committed
Removed unused method from new test suite.
1 parent 6720904 commit 21fc92f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/sqlite_async/test/native/schema_test.dart

-5
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,3 @@ void main() {
9696
});
9797
});
9898
}
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

Comments
 (0)