Improve test suite for inability to use KorAP-Tokenizer
Change-Id: I6580bf0f4937d4955e0f520c318171b4b059743b
diff --git a/t/tokenization-korap.t b/t/tokenization-korap.t
index d852b4e..ae21638 100644
--- a/t/tokenization-korap.t
+++ b/t/tokenization-korap.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
-use Test::More tests => 33;
+use Test::More;
use File::Basename 'dirname';
use File::Spec::Functions qw/catfile/;
use Test::XML::Loy;
@@ -15,7 +15,7 @@
} or do {
plan skip_all => "KorAP::XML::TEI::Tokenizer::KorAP cannot be used";
};
-}
+};
use_ok('KorAP::XML::TEI::Annotations::Collector');
require_ok('KorAP::XML::TEI::Tokenizer::KorAP');