give badrcptto a reasonable name
renamed check_badrcptto test from foo to test_check_badrcptto_ok
This commit is contained in:
parent
3a7f46aa3e
commit
d11b87e050
@ -1,9 +1,9 @@
|
||||
|
||||
sub register_tests {
|
||||
my $self = shift;
|
||||
$self->register_test("foo", 1);
|
||||
$self->register_test("test_check_badrcptto_ok", 1);
|
||||
}
|
||||
|
||||
sub foo {
|
||||
sub test_check_badrcptto_ok {
|
||||
ok(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user