Skip to content

Commit

Permalink
Remove all unsound tests (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed May 9, 2024
1 parent 239cb7f commit ae43e8e
Show file tree
Hide file tree
Showing 66 changed files with 616 additions and 1,851 deletions.
3 changes: 1 addition & 2 deletions dwds/test/build_daemon_breakpoint_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ void main() {
final provider = TestSdkConfigurationProvider();
tearDownAll(provider.dispose);

final context =
TestContext(TestProject.testPackageWithSoundNullSafety(), provider);
final context = TestContext(TestProject.testPackage(), provider);

group('shared context', () {
setUpAll(() async {
Expand Down
Loading

0 comments on commit ae43e8e

Please sign in to comment.