Skip to content

Commit

Permalink
test(codemagic_app_preview): replace wrong link to the GitLab reposit…
Browse files Browse the repository at this point in the history
…ory (#112)
  • Loading branch information
nilsreichardt authored Dec 20, 2024
1 parent ea733b9 commit 7888df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void main() {

group('.postComment()', () {
// Posts a comment to
// https://github.com/nilsreichardt/codemagic-app-preview/pull/16
// https://gitlab.com/nilsreichardt/codemagic-app-preview-test/-/merge_requests/3
test('should post an comment to a PR', () async {
const pullRequestId = '3';
final gitLabApiRepository = GitLabApiRepository(
Expand Down

0 comments on commit 7888df9

Please sign in to comment.