Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Sep 25, 2023
1 parent dbe9fe2 commit ab91d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AppTests/AnalyzerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class AnalyzerTests: AppTestCase {
Current.git.commitCount = { _ in 12 }
Current.git.firstCommitDate = { _ in .t0 }
Current.git.lastCommitDate = { _ in .t1 }
Current.git.hasBranch = { _, _ in false }
Current.git.hasBranch = { _, _ in false } // simulate analysis error via branch mismatch
Current.git.shortlog = { _ in "" }

// Ensure candidate selection is as expected
Expand Down

0 comments on commit ab91d0c

Please sign in to comment.