fix test count

master
Joey Hess 2010-05-05 18:32:48 -04:00
parent 58a07f9e54
commit 9257381e8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
use Test::More tests => 19;
use Test::More tests => 20;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }