1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00

fixed pedantic linter nonsense

This commit is contained in:
wiggin77 2023-01-01 19:19:21 -05:00
parent 23c3bda971
commit c6a5926b89

View File

@ -114,7 +114,6 @@ func TestGetBoardsForCompliance(t *testing.T) {
th.CheckBadRequest(resp)
require.Nil(t, bcr)
})
}
func TestGetBoardsComplianceHistory(t *testing.T) {
@ -231,7 +230,6 @@ func TestGetBoardsComplianceHistory(t *testing.T) {
th.CheckBadRequest(resp)
require.Nil(t, bchr)
})
}
func TestGetBlocksComplianceHistory(t *testing.T) {
@ -359,5 +357,4 @@ func TestGetBlocksComplianceHistory(t *testing.T) {
th.CheckBadRequest(resp)
require.Nil(t, bchr)
})
}