Skip to content

Commit

Permalink
Update cmd/splashscreen-changer/config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
book000 and Copilot authored Nov 13, 2024
1 parent ea066fc commit f35eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/splashscreen-changer/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestLoadConfig(t *testing.T) {
if err := os.MkdirAll(sourceDirPath, os.ModePerm); err != nil { t.Fatalf("Failed to create source directory: %v", err) }
defer os.RemoveAll(sourceDirPath)
destinationDirPath := filepath.Join(tmpDir, "destination")
os.MkdirAll(filepath.Join(destinationDirPath, "EasyAntiCheat"), os.ModePerm)
if err := os.MkdirAll(filepath.Join(destinationDirPath, "EasyAntiCheat"), os.ModePerm); err != nil { t.Fatalf("Failed to create destination directory: %v", err) }
defer os.RemoveAll(destinationDirPath)

// Create a temporary config file
Expand Down

0 comments on commit f35eb25

Please sign in to comment.