Skip to content

Commit 9b9edf8

Browse files
committed
Fixing Unit tests.
1 parent 8b432b6 commit 9b9edf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Test/Unit/Model/ModuleMetadataTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ protected function setUp(): void
5252
public function getPackageVersion()
5353
{
5454
$this->prepareComposerInformation();
55-
$this->assertEquals($this->version, $this->productMetadata->getVersion());
55+
$expectedVersion = '2.1.4 (Installed Via Composer)';
56+
$this->assertEquals($expectedVersion, $this->productMetadata->getVersion());
5657
}
5758

5859
/**

0 commit comments

Comments
 (0)