File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -432,17 +432,17 @@ func TestConfigurationDirectory_Write(t *testing.T) {
432432 },
433433 "no-config" : {
434434 configDirectory : configurationDirectory {
435- "testdata/empty_dir" ,
435+ directory : "testdata/empty_dir" ,
436436 },
437437 },
438438 "dir-single-file" : {
439439 configDirectory : configurationDirectory {
440- "testdata/random" ,
440+ directory : "testdata/random" ,
441441 },
442442 },
443443 "dir-multiple-files" : {
444444 configDirectory : configurationDirectory {
445- "testdata/random_multiple_files" ,
445+ directory : "testdata/random_multiple_files" ,
446446 },
447447 },
448448 }
@@ -523,17 +523,17 @@ func TestConfigurationDirectory_Write_AbsolutePath(t *testing.T) {
523523 },
524524 "no-config" : {
525525 configDirectory : configurationDirectory {
526- "testdata/empty_dir" ,
526+ directory : "testdata/empty_dir" ,
527527 },
528528 },
529529 "dir-single-file" : {
530530 configDirectory : configurationDirectory {
531- "testdata/random" ,
531+ directory : "testdata/random" ,
532532 },
533533 },
534534 "dir-multiple-files" : {
535535 configDirectory : configurationDirectory {
536- "testdata/random_multiple_files" ,
536+ directory : "testdata/random_multiple_files" ,
537537 },
538538 },
539539 }
You can’t perform that action at this time.
0 commit comments