Skip to content

Commit

Permalink
changed assigning to binding in test because now assigning Nil resets…
Browse files Browse the repository at this point in the history
… container to default
  • Loading branch information
bbkr committed Aug 23, 2013
1 parent 5315449 commit bbce02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/client.t
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec(
lives_ok {
$rpc.'rpc.batch'( ).'rpc.notification'( ).notify_sum( 1, 2, 4 );
$rpc.'rpc.batch'( ).'rpc.notification'( ).notify_hello( 7 );
$responses = $rpc.'rpc.flush'();
$responses := $rpc.'rpc.flush'();
}, $name;
isa_ok $responses, Nil, $name ~ ' validate';

Expand Down

0 comments on commit bbce02c

Please sign in to comment.