Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbishel committed Mar 7, 2023
1 parent 5ac5ead commit dda3b8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/app/boards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func TestPatchBoard(t *testing.T) {
const userID = "user_id_2"
const teamID = "team_id_1"

channelID := "myChannel"
const channelID = "myChannel"
clearChannel := ""
patchType := model.BoardTypeOpen
patch := &model.BoardPatch{
Expand Down Expand Up @@ -498,7 +498,6 @@ func TestPatchBoard(t *testing.T) {
_, err := th.App.PatchBoard(patch, boardID, userID)
require.Error(t, err)
})

}

func TestGetBoardCount(t *testing.T) {
Expand Down

0 comments on commit dda3b8f

Please sign in to comment.