mirror of
https://github.com/mattermost/focalboard.git
synced 2025-04-11 11:19:56 +02:00
comments
This commit is contained in:
parent
5b345bd401
commit
4df8c43410
@ -269,7 +269,7 @@ func TestGetBlocksComplianceHistory(t *testing.T) {
|
||||
require.Nil(t, bchr)
|
||||
})
|
||||
|
||||
t.Run("good call, no deleted", func(t *testing.T) {
|
||||
t.Run("good call, exclude deleted", func(t *testing.T) {
|
||||
th, clients := setupTestHelperForCompliance(t, true)
|
||||
defer th.TearDown()
|
||||
|
||||
|
@ -114,6 +114,8 @@ func deleteTestBoard(t *testing.T, store store.Store, boardID string, userID str
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
// extractIDs is a test helper that extracts a sorted slice of IDs from slices of various struct types.
|
||||
// Might have used generics here except that would require implementing a `GetID` method on each type.
|
||||
func extractIDs(t *testing.T, arr ...any) []string {
|
||||
ids := make([]string, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user