mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Remove Can_set_app_logs_path test
It's pointless because it doesn't ever throw
This commit is contained in:
@@ -69,14 +69,6 @@ namespace ElectronNET.IntegrationTests.Tests
|
||||
settings.Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Fact(Timeout = 20000)]
|
||||
public async Task Can_set_app_logs_path()
|
||||
{
|
||||
var tempDir = Path.Combine(Path.GetTempPath(), "ElectronLogsTest" + Guid.NewGuid().ToString("N"));
|
||||
Directory.CreateDirectory(tempDir);
|
||||
Electron.App.SetAppLogsPath(tempDir);
|
||||
}
|
||||
|
||||
[Fact(Timeout = 20000)]
|
||||
public async Task CommandLine_append_and_query_switch()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user