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.
1 parent 066ff96 commit 9c50534Copy full SHA for 9c50534
app/test/package/upload_test.dart
@@ -1247,7 +1247,7 @@ void main() {
1247
expect(
1248
rs101.success.message,
1249
contains(
1250
- 'The package "busy_pkg" has 1 versions left before reaching the limit of 102. '
+ 'The package "busy_pkg" has 1 version left before reaching the limit of 102. '
1251
'Please contact [email protected]'));
1252
1253
final tarball102 = await packageArchiveBytes(
0 commit comments