Skip to content

Commit

Permalink
Fixed hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jan 29, 2021
1 parent 708be58 commit a5a5164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/YamlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function testMultiDocumentStreamException()
public function testYamlWithinYaml()
{
$yaml = Yaml::toArray(file_get_contents(__DIR__ . '/Fixture/cloud-init.yml'));
$this->assertEquals('38124ebfdef621eee822be1b74c913fe', md5(json_encode($yaml)));
$this->assertEquals('8ee7f939d1eea011f81b155f920a8485', md5(json_encode($yaml)));
}

public function testMixed()
Expand Down

0 comments on commit a5a5164

Please sign in to comment.