Bug 9727: Fix typo in variable name
[koha.git] / t / Output.t
bloba70e7c8f6f337e88a26fda9a6cbfe599790b69ae
1 #!/usr/bin/perl
3 use strict;
4 use warnings;
6 use Test::More tests => 1;
8 BEGIN {
9 use_ok('C4::Output');