summaryrefslogtreecommitdiff
path: root/t/generate/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/generate/basic.t')
-rwxr-xr-xt/generate/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/generate/basic.t b/t/generate/basic.t
index f553e20..20af8b0 100755
--- a/t/generate/basic.t
+++ b/t/generate/basic.t
@@ -43,7 +43,7 @@ for my $test (@tests) {
# Loop through the possible templates.
for my $template (qw(readme readme-md thread)) {
- my $got = encode('utf-8', $docknot->generate($template));
+ my $got = encode('utf-8', $docknot->generate($template));
my $path = File::Spec->catfile($dataroot, $test, 'output', $template);
is_file_contents($got, $path, "$template for $test");
}