Skip to content

Commit

Permalink
test(GitWorkingTreeFunTest): Update expected test results
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Feb 6, 2023
1 parent d92cfd8 commit da3382c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions downloader/src/funTest/kotlin/vcs/GitWorkingTreeFunTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class GitWorkingTreeFunTest : StringSpec({

// Ignore auto-created branches by Dependabot to avoid regular updates to this list.
workingTree.listRemoteBranches().filterNot { it.startsWith("dependabot/") } should containExactlyInAnyOrder(
"all-repos_autofix_bump",
"all-repos_autofix_bump-2023-02-05",
"main",
"pre-commit-ci-update-config"
)
Expand Down

0 comments on commit da3382c

Please sign in to comment.