Skip to content

Commit

Permalink
use prefix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Jul 23, 2018
1 parent f6ac3d9 commit 9a3374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/goi18n/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "io/ioutil"

func mustTempDir(prefix string) string {
outdir, err := ioutil.TempDir("", "TestExtractCommand")
outdir, err := ioutil.TempDir("", prefix)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 9a3374d

Please sign in to comment.