mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Fixed several test files that were reporting an incorrect test count.
This commit is contained in:
parent
6e72430a58
commit
c1cf2b743d
4 changed files with 3 additions and 25 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More tests => 5;
|
||||
use Test::More tests => 6;
|
||||
|
||||
# Create the rc file.
|
||||
if (open my $fh, '>', 'due.rc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue