| commit | 91c37d91cf0ca83a1a778eb255cf35ab1bf7afd3 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Nov 24 11:14:30 2020 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 24 11:14:30 2020 -0800 |
| tree | 9e5e091fe0426d439b87902aa9d4178c84d78060 | |
| parent | 524268d390de78f82a396747f100321f35115be5 [diff] |
Fix tests for latest pub parsing rules for environment (dart-lang/pubspec_parse#60) Since https://github.com/dart-lang/pub/commit/656803e924eae5cf6574f5200232ef69ac3b4f92 (SDK-2.12.0-28.0.dev) pub requires an SDK constraint. Update tests so this requirement no longer causes failures. Also updated test expectations for latest `pkg:json_annotation` changes