Unit Tests - due, export
- due.t was incorrectly reporting the number of tests it intended to run. - export.t was not updated when the export command was updated to include recurrence information.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More tests => 14;
|
||||
use Test::More tests => 5;
|
||||
|
||||
# Create the rc file.
|
||||
if (open my $fh, '>', 'due.rc')
|
||||
|
||||
Reference in New Issue
Block a user