Skip to content

Commit

Permalink
updated hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Aug 3, 2020
1 parent 4208a65 commit 4dd1ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/GenerateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public function testPlugin()

$filename = PLUGINS . DS . 'dummy' . DS . 'composer.json';
$this->assertFileExists($filename);
$this->assertFileHash('16bab5bd917ae19aa28358a6147c9475', $filename);
$this->assertFileHash('5efb8dd1e0de11ce659e00bdf657b462', $filename);

$this->recursiveDelete(PLUGINS . DS . 'dummy');
}
Expand Down

0 comments on commit 4dd1ceb

Please sign in to comment.