diff options
Diffstat (limited to 't/openiduser.t')
-rwxr-xr-x | t/openiduser.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/openiduser.t b/t/openiduser.t index caabbcefc..746090103 100755 --- a/t/openiduser.t +++ b/t/openiduser.t @@ -12,7 +12,7 @@ BEGIN { else { eval q{use Test::More tests => 11}; } - use_ok("IkiWiki::Plugin::openid"); + use_ok("IkiWiki"); } # Some typical examples: |