Skip to content

Commit 9c50534

Browse files
committed
Fix test
1 parent 066ff96 commit 9c50534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/package/upload_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ void main() {
12471247
expect(
12481248
rs101.success.message,
12491249
contains(
1250-
'The package "busy_pkg" has 1 versions left before reaching the limit of 102. '
1250+
'The package "busy_pkg" has 1 version left before reaching the limit of 102. '
12511251
'Please contact [email protected]'));
12521252

12531253
final tarball102 = await packageArchiveBytes(

0 commit comments

Comments
 (0)