Skip to content

Commit c9c2d91

Browse files
waynemsmithclaude
andcommitted
Remove redundant searchBoard assignments in tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36b2690 commit c9c2d91

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/commands/search_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ func TestSearch(t *testing.T) {
134134
cfg.Board = "default-board-id"
135135
defer resetTest()
136136

137-
searchBoard = ""
138137
err := searchCmd.RunE(searchCmd, []string{"bug"})
139-
searchBoard = ""
140138

141139
assertExitCode(t, err, 0)
142140
if len(mock.GetWithPaginationCalls) != 1 {

0 commit comments

Comments
 (0)