Correct number of user_config tests

This commit is contained in:
Jared Johnson 2014-09-15 10:51:39 -05:00
parent 4b7af20f49
commit f052543154

View File

@ -15,7 +15,7 @@ BEGIN { # need this to happen before anything else
sub register_tests {
my ($self) = @_;
$self->register_test('test_hook_user_config', 1);
$self->register_test('test_hook_user_config', 4);
}
sub test_hook_user_config {