Skip to content

Commit

Permalink
await exit code in publication test (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed May 28, 2024
1 parent 4287a77 commit 61aea10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/workspace_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ Consider removing one of the overrides.''',
await confirmPublish(pub);
handleUploadForm(server);
handleUpload(server);
await pub.shouldExit(SUCCESS);
});

test(
Expand Down

0 comments on commit 61aea10

Please sign in to comment.