diff --git a/tests/NetDaemon.Daemon.Tests/NetDaemonApp/FaultyAppsTests.cs b/tests/NetDaemon.Daemon.Tests/NetDaemonApp/FaultyAppsTests.cs index 5abaf5823..500d8586f 100644 --- a/tests/NetDaemon.Daemon.Tests/NetDaemonApp/FaultyAppsTests.cs +++ b/tests/NetDaemon.Daemon.Tests/NetDaemonApp/FaultyAppsTests.cs @@ -38,7 +38,7 @@ public async Task ARunTimeErrorShouldLogWarning() .Call((entity, from, to) => { // Do conversion error - + int x = int.Parse("ss"); return Task.CompletedTask; }).Execute();