Skip to content

Commit 80c6381

Browse files
committed
fixed test message check
1 parent 5d00f6a commit 80c6381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/test/package/upload_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,7 @@ void main() {
306306
rs,
307307
status: 403,
308308
code: 'InsufficientPermissions',
309-
message:
310-
'The manual publishing with the `pub` tool is disabled on the package admin page.',
309+
message: 'Manual publishing with the `pub` tool has been disabled.',
311310
);
312311
},
313312
);

0 commit comments

Comments
 (0)