forked from TrueCloudLab/frostfs-node
[#1959] neofs-adm: Remove newTempDir
function
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
2404a267b9
commit
7c3ac7150d
2 changed files with 2 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue