Skip to content

Commit

Permalink
Merge pull request #19 from jonasbn/issue14
Browse files Browse the repository at this point in the history
Eliminated warning emitted in test run
  • Loading branch information
jonasbn committed Sep 5, 2019
2 parents 3ead9ed + 16386fe commit 1003fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/TestUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ sub init_mock_persister {
name => 'TestPersister',
class => 'Workflow::Persister::DBI',
dsn => 'DBI:Mock:',
date_format => '%Y-%m-%dT%H:%M:%S',
user => 'DBTester',
);
$factory->add_config( persister => [ \%persister ] );
Expand Down

0 comments on commit 1003fd6

Please sign in to comment.