Skip to content

Commit 4d09c54

Browse files
committed
refactor: remove unnecessary comment in update-dependency.Tests.ps1
1 parent ec043ac commit 4d09c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

updater/tests/update-dependency.Tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ FetchContent_Declare(
451451

452452
It 'throws error when no releases match title pattern' {
453453
$testFile = "$testDir/test.properties"
454-
# Use a smaller repo that's less likely to timeout
455454
$repo = 'https://github.com/getsentry/github-workflows'
456455
@("repo=$repo", 'version=0') | Out-File $testFile
457456

@@ -473,6 +472,5 @@ FetchContent_Declare(
473472
# Should get a version starting with 8
474473
$version | Should -Match '^8\.'
475474
}
476-
477475
}
478476
}

0 commit comments

Comments
 (0)