Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit df47aa4

Browse files
authored
Fixed test.
1 parent 5b2d729 commit df47aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/XmlAbstraction/test/XmlObjectUnitTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public void Test_create_file_remote_not_found_Fail()
170170
Assert.False(File.Exists(testXmlFile));
171171
Assert.Throws<DirectoryNotFoundException>(() => new XmlObject(testXmlFile, testXml));
172172
Assert.Throws<DirectoryNotFoundException>(() => new XmlObject($"{Environment.CurrentDirectory}{Path.DirectorySeparatorChar}nothere{Path.DirectorySeparatorChar}testCreate.xml", testXml, true));
173-
File.Delete($"{Environment.CurrentDirectory}{Path.DirectorySeparatorChar}nothere{Path.DirectorySeparatorChar}testCreate.xml");
174173
}
175174

176175
[Fact]

0 commit comments

Comments
 (0)