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 60accc1 commit aafde9eCopy full SHA for aafde9e
tests/Magick.NET.Tests/MagickNETTests/TheSetTempDirectoryMethod.cs
@@ -38,15 +38,6 @@ public void ShouldThrowExceptionWhenPathIsInvalid()
38
MagickNET.SetTempDirectory("Invalid");
39
});
40
}
41
-
42
- [Fact]
43
- public void ShouldNotThrowExceptionWhenPathIsCorrect()
44
- {
45
- var tempDir = Path.GetTempPath();
46
- MagickNET.SetTempDirectory(tempDir);
47
48
- Assert.Equal(tempDir, System.Environment.GetEnvironmentVariable("MAGICK_TEMPORARY_PATH"));
49
- }
50
51
52
0 commit comments