File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Runtime/NetDaemon.Runtime.Tests/Integration Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ public async Task TestApplicationReactToNewEvents()
5050
5151 var runnerTask = host . StartAsync ( timedCancellationSource . Token ) ;
5252 haRunner . MockConnect ( ) ;
53- _ = ( NetDaemonRuntime ) host . Services . GetService < IRuntime > ( ) ! ;
5453 await runnerTask . ConfigureAwait ( false ) ;
5554
5655 haRunner . ClientMock . ConnectionMock . AddStateChangeEvent (
@@ -89,7 +88,6 @@ public async Task TestApplicationReactToNewEventsAndThrowException()
8988
9089 var runnerTask = host . StartAsync ( timedCancellationSource . Token ) ;
9190 haRunner . MockConnect ( ) ;
92- _ = ( NetDaemonRuntime ) host . Services . GetService < IRuntime > ( ) ! ;
9391
9492 haRunner . ClientMock . ConnectionMock . AddStateChangeEvent (
9593 new HassState
You can’t perform that action at this time.
0 commit comments