Skip to content

Commit 331dc1b

Browse files
authored
[Fix][CS0168] RemoteDeploymentDeathWatchSpec - The variable 'ex' never used (#6681)
1 parent 9b532ac commit 331dc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Akka.Remote.Tests.MultiNode/RemoteDeploymentDeathWatchSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void An_actor_system_that_deploys_actors_on_another_node_must_be_able_to_
6969
{
7070
Sys.WhenTerminated.Wait(timeOut);
7171
}
72-
catch (TimeoutException ex)
72+
catch (TimeoutException)
7373
{
7474
//TODO: add printTree
7575

0 commit comments

Comments
 (0)