mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Other: Add v2 to module name
This commit is contained in:
@ -97,7 +97,7 @@ func newTestDir(t *testing.T, subdirs ...string) string {
|
||||
require.NoError(t, err)
|
||||
|
||||
for _, target := range subdirs {
|
||||
require.NoError(t, os.MkdirAll(filepath.Join(dir, target), 0700))
|
||||
require.NoError(t, os.MkdirAll(filepath.Join(dir, target), 0o700))
|
||||
}
|
||||
|
||||
return dir
|
||||
|
||||
Reference in New Issue
Block a user