Skip to content

Commit 85ffcda

Browse files
committed
fix fieldalignment
1 parent 018a2a0 commit 85ffcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/file/file_manager_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,13 +492,13 @@ func TestFileManagerService_DetermineFileActions(t *testing.T) {
492492
require.NoError(t, addErr)
493493

494494
tests := []struct {
495-
allowedDirs []string
496495
expectedError error
497496
modifiedFiles map[string]*model.FileCache
498497
currentFiles map[string]*mpi.File
499498
expectedCache map[string]*model.FileCache
500499
expectedContent map[string][]byte
501500
name string
501+
allowedDirs []string
502502
}{
503503
{
504504
name: "Test 1: Add, Update & Delete Files",

0 commit comments

Comments
 (0)