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:
parent
23c3bda971
commit
c6a5926b89
@ -114,7 +114,6 @@ func TestGetBoardsForCompliance(t *testing.T) {
|
|||||||
th.CheckBadRequest(resp)
|
th.CheckBadRequest(resp)
|
||||||
require.Nil(t, bcr)
|
require.Nil(t, bcr)
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetBoardsComplianceHistory(t *testing.T) {
|
func TestGetBoardsComplianceHistory(t *testing.T) {
|
||||||
@ -231,7 +230,6 @@ func TestGetBoardsComplianceHistory(t *testing.T) {
|
|||||||
th.CheckBadRequest(resp)
|
th.CheckBadRequest(resp)
|
||||||
require.Nil(t, bchr)
|
require.Nil(t, bchr)
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetBlocksComplianceHistory(t *testing.T) {
|
func TestGetBlocksComplianceHistory(t *testing.T) {
|
||||||
@ -359,5 +357,4 @@ func TestGetBlocksComplianceHistory(t *testing.T) {
|
|||||||
th.CheckBadRequest(resp)
|
th.CheckBadRequest(resp)
|
||||||
require.Nil(t, bchr)
|
require.Nil(t, bchr)
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user