mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-30 08:36:54 +02:00
lint fixes
This commit is contained in:
parent
5ac5eadbee
commit
dda3b8f13a
@ -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{
|
||||
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user