We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec955a commit 4e171d0Copy full SHA for 4e171d0
pkg/cmd/ci/run_test.go
@@ -213,7 +213,7 @@ func TestFindMergeBase_DetachedHEAD_WithPushedAncestor(t *testing.T) {
213
214
if baseBranch != "origin/feature/jj-test" {
215
t.Errorf("expected baseBranch=origin/feature/jj-test, got %q", baseBranch)
216
- }
+ }
217
}
218
219
func TestValidateWorkspacePatch_emptyMergeBase(t *testing.T) {
0 commit comments