mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 14:38:34 +02:00
Unit Tests - bug.annual.t
- Fixed test count. It was reporting more tests that it actually ran.
This commit is contained in:
parent
e84c5c4a3c
commit
dcedbb3076
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Test::More tests => 14;
|
use Test::More tests => 13;
|
||||||
|
|
||||||
# Create the rc file.
|
# Create the rc file.
|
||||||
if (open my $fh, '>', 'annual.rc')
|
if (open my $fh, '>', 'annual.rc')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue