Skip to content

Commit

Permalink
fix ioctl accountDelete test (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Oct 5, 2021
1 parent 9489b57 commit c2eab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioctl/newcmd/account/accountdelete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestNewAccountDelete(t *testing.T) {
config.English).AnyTimes()

testAccountFolder := filepath.Join(os.TempDir(), "testAccount")
require.NoError(t, os.Mkdir(testAccountFolder, os.ModePerm))
require.NoError(t, os.MkdirAll(testAccountFolder, os.ModePerm))
defer func() {
require.NoError(t, os.RemoveAll(testAccountFolder))
}()
Expand Down

0 comments on commit c2eab8d

Please sign in to comment.