1 parent 8494a0b commit 4f2d0ceCopy full SHA for 4f2d0ce
1 file changed
renderer/renderer_test.go
@@ -312,9 +312,9 @@ func TestGetOutputLinesWithActiveBranch(t *testing.T) {
312
313
lines := state.GetOutputLines()
314
315
- // Active branch should have (checked out) indicator
316
- if lines[3] != " [ ] branch2 (checked out)" {
317
- t.Errorf("Expected ' [ ] branch2 (checked out)', got '%s'", lines[3])
+ // Active branch should have (checked out) indicator and no checkbox
+ if lines[3] != " branch2 (checked out)" {
+ t.Errorf("Expected ' branch2 (checked out)', got '%s'", lines[3])
318
}
319
320
// Regular branch should not have indicator
0 commit comments