Skip to content

Commit dcb3fe2

Browse files
committed
test(updater): Update sentry-cli branch assertion
sentry-cli currently has main and master pointing at the same HEAD, so the updater emits both names in mainBranch output. Match that fixture output instead of requiring master only.
1 parent 43bf14b commit dcb3fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

updater/tests/update-dependency.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ switch ($action)
220220
$output | Should -Contain 'latestTag=0.28.0'
221221
$output | Should -Contain 'latestTagNice=v0.28.0'
222222
$output | Should -Contain 'url=https://github.com/getsentry/sentry-cli'
223-
$output | Should -Contain 'mainBranch=master'
223+
$output | Should -Contain 'mainBranch=main master'
224224
}
225225
}
226226

0 commit comments

Comments
 (0)