Skip to content

Commit c83b140

Browse files
dmnyuCopilot
andauthored
Update bagit.net.tests/integration/TestCreateBag.cs
Co-authored-by: Copilot <[email protected]>
1 parent 5072b87 commit c83b140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bagit.net.tests/integration/TestCreateBag.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class TestCreateBag : IDisposable
1616

1717
public TestCreateBag(ITestOutputHelper output)
1818
{
19-
_tmpDir = Path.GetTempPath();
2019
_tmpDir = TestHelpers.PrepareTempTestData();
2120
_testDir = Path.Combine(_tmpDir, "test-bag");
2221
_serviceProvider = CreateServiceConfigurator.BuildServiceProvider();

0 commit comments

Comments
 (0)