We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5072b87 commit c83b140Copy full SHA for c83b140
bagit.net.tests/integration/TestCreateBag.cs
@@ -16,7 +16,6 @@ public class TestCreateBag : IDisposable
16
17
public TestCreateBag(ITestOutputHelper output)
18
{
19
- _tmpDir = Path.GetTempPath();
20
_tmpDir = TestHelpers.PrepareTempTestData();
21
_testDir = Path.Combine(_tmpDir, "test-bag");
22
_serviceProvider = CreateServiceConfigurator.BuildServiceProvider();
0 commit comments