Browse Source

Comment unused test variable.

Roberto Ostinelli 5 years ago
parent
commit
28f549be09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/syn_groups_SUITE.erl

+ 1 - 1
test/syn_groups_SUITE.erl

@@ -303,7 +303,7 @@ single_node_publish(_Config) ->
     end,
     Pid = syn_test_suite_helper:start_process(F),
     Pid2 = syn_test_suite_helper:start_process(F),
-    OtherPid = syn_test_suite_helper:start_process(F),
+    _OtherPid = syn_test_suite_helper:start_process(F),
     %% join
     ok = syn:join(GroupName, Pid),
     ok = syn:join(GroupName, Pid2),