Skip to content

Commit

Permalink
Item14237: Fixed expected number of files in MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 12, 2018
1 parent 02d8a12 commit 0bcbf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/ExtensionInstallerTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ sub test_Package_loadInstaller {

my @files = $pkg->_listFiles();
$this->assert_num_equals(
4,
5,
scalar @files,
"Unexpected number of files in EmptyPlugin manifest"
);
Expand Down

0 comments on commit 0bcbf65

Please sign in to comment.