We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7089058 + 47c3c27 commit 61a9c41Copy full SHA for 61a9c41
appveyor.yml
@@ -4,7 +4,7 @@
4
5
install:
6
# Investigate scoop?
7
- - choco install -y dart-sdk -version 1.10.0
+ - choco install -y dart-sdk -version 1.11.0
8
- set PATH=%PATH%;C:\tools\dart-sdk\bin
9
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
10
- pub get
test/model_test.dart
@@ -69,11 +69,8 @@ void main() {
69
});
70
71
test('sdk description', () {
72
- // TODO: This is null for SDK 1.10.
73
- if (sdkAsPackage.hasDocumentation) {
74
- expect(sdkAsPackage.documentation,
75
- startsWith('Welcome to the Dart API reference doc'));
76
- }
+ expect(sdkAsPackage.documentation,
+ startsWith('Welcome to the Dart API reference doc'));
77
78
79
0 commit comments