You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	comments
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user