@@ -73,7 +73,7 @@ test_link_slowing(_Config) ->
73
73
[[" TestWrite" ]]]),
74
74
75
75
remove_slow_link (Link ),
76
- wait_until_notification (1 ),
76
+ _ = wait_until_notification (1 ),
77
77
78
78
% % all replicas should have received the written value
79
79
? equals (prbr_values (), [[[" TestWrite" ]],
@@ -88,7 +88,7 @@ test_link_slowing2(_Config) ->
88
88
89
89
get_notified_by_message (2 , [1 ,2 ,3 ,4 ], write ),
90
90
{ok , _ } = write_via_node (2 , " 1" , filter_list_append (), " TestWrite" ),
91
- wait_until_notification (4 ),
91
+ _ = wait_until_notification (4 ),
92
92
93
93
% % all replicas should have received the written value
94
94
? equals (prbr_values (), [[[" TestWrite" ]],
@@ -115,7 +115,7 @@ test_interleaving(_Config) ->
115
115
get_notified_by_message (1 , 1 , write ),
116
116
_ = slow_link (1 , [2 ,3 ,4 ], write ),
117
117
spawn (fun () -> write_via_node (1 , Key , filter_list_append (), " WriteA" ) end ),
118
- wait_until_notification (4 ),
118
+ _ = wait_until_notification (4 ),
119
119
120
120
% % read of client B
121
121
_LinkB = slow_link (2 , 1 ),
0 commit comments