Skip to content

Commit

Permalink
Fix Boards TestPatchBoard unit tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wiggin77 committed Mar 17, 2023
1 parent e35caa0 commit 5130779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/boards/app/boards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,11 @@ func TestPatchBoard(t *testing.T) {
require.NoError(t, err)
require.Equal(t, boardID, patchedBoard.ID)
})
}

func TestPatchBoard2(t *testing.T) {
th, tearDown := SetupTestHelper(t)
defer tearDown()

t.Run("patch type remove channel, user without post permissions", func(t *testing.T) {
const boardID = "board_id_1"
Expand Down

0 comments on commit 5130779

Please sign in to comment.