[#1959] neofs-adm: Remove newTempDir function

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-10-24 15:45:13 +03:00 committed by fyrchik
parent 2404a267b9
commit 7c3ac7150d
2 changed files with 2 additions and 11 deletions

View file

@ -35,7 +35,7 @@ func TestInitialize(t *testing.T) {
}
func testInitialize(t *testing.T, committeeSize int) {
testdataDir := newTempDir(t)
testdataDir := t.TempDir()
v := viper.GetViper()
generateTestData(t, testdataDir, committeeSize)