File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ t_mbulk_reply_empty_list($redis);
57
57
t_mbulk_reply_undef($redis );
58
58
t_nested_mbulk_reply($redis );
59
59
t_multiword_command($redis );
60
- t_oprn_error ($redis );
60
+ t_error_reply ($redis );
61
61
t_default_on_error($redis );
62
62
t_error_after_exec($redis );
63
63
t_discard($redis );
@@ -596,7 +596,7 @@ sub t_multiword_command {
596
596
return ;
597
597
}
598
598
599
- sub t_oprn_error {
599
+ sub t_error_reply {
600
600
my $redis = shift ;
601
601
602
602
my $t_err ;
@@ -617,7 +617,7 @@ sub t_oprn_error {
617
617
}
618
618
);
619
619
620
- my $t_npref = ' operation error' ;
620
+ my $t_npref = ' error reply ' ;
621
621
isa_ok( $t_err , ' AnyEvent::RipeRedis::Error' );
622
622
ok( defined $t_err -> message, " $t_npref ; error message" );
623
623
is( $t_err -> code, E_OPRN_ERROR, " $t_npref ; error code" );
@@ -647,7 +647,7 @@ sub t_default_on_error {
647
647
}
648
648
);
649
649
650
- ok( defined $t_err_msg , q{ Default ' on_error' callback} );
650
+ ok( defined $t_err_msg , q{ Default " on_error" callback} );
651
651
652
652
return ;
653
653
}
You can’t perform that action at this time.
0 commit comments