Skip to content

Commit

Permalink
feat(test_function): Added import of constant
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Jun 20, 2019
1 parent 67c878b commit 5ccac09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/MIP/Test/Commands.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ use Readonly;

## MIPs lib/
use lib catdir( dirname($Bin), q{lib} );
use MIP::Constants qw{ $EQUALS };
use MIP::Constants qw{ $EQUALS $SPACE };
use MIP::Test::Writefile qw{ test_write_to_file };

## Constants
Readonly my $ERROR_MSG_INDENT => 3;
Readonly my $SPACE => q{ };

BEGIN {

Expand Down

0 comments on commit 5ccac09

Please sign in to comment.