Skip to content

Commit e4485fd

Browse files
committed
Remove Can_set_app_logs_path test
It's pointless because it doesn't ever throw
1 parent 1a964b4 commit e4485fd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/ElectronNET.IntegrationTests/Tests/AppTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ public async Task Can_get_login_item_settings()
6969
settings.Should().NotBeNull();
7070
}
7171

72-
[Fact(Timeout = 20000)]
73-
public async Task Can_set_app_logs_path()
74-
{
75-
var tempDir = Path.Combine(Path.GetTempPath(), "ElectronLogsTest" + Guid.NewGuid().ToString("N"));
76-
Directory.CreateDirectory(tempDir);
77-
Electron.App.SetAppLogsPath(tempDir);
78-
}
79-
8072
[Fact(Timeout = 20000)]
8173
public async Task CommandLine_append_and_query_switch()
8274
{

0 commit comments

Comments
 (0)