Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove null safety badge #3295

Merged
merged 2 commits into from
Jan 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into misc/remove-null-safety-badge
  • Loading branch information
parlough committed Jan 14, 2023
commit 3adadeea7b651504585c011249a4227831ae76d2
6 changes: 0 additions & 6 deletions test/end2end/model_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,6 @@ void main() {
expect(initializeMe.features, isNot(contains(Feature.readWrite)));
});

test('Opt out of Null safety', () {
var notOptedIn = optOutOfNullSafety.publicProperties
.firstWhere((v) => v.name == 'notOptedIn');
expect(notOptedIn.modelType.nullabilitySuffix, isEmpty);
});

test('complex nullable elements are detected and rendered correctly', () {
var complexNullableMembers = nullableElements.allClasses
.firstWhere((c) => c.name == 'ComplexNullableMembers');
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.