Skip to content

Commit

Permalink
Fixed test for mapSeed
Browse files Browse the repository at this point in the history
  • Loading branch information
A1essandro committed Dec 31, 2015
1 parent aaa4089 commit 4cfce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PerlinNoiseGeneratorTest.php
Expand Up @@ -94,7 +94,7 @@ public function testSetSizeNotInt($sizeToSet)
*/
public function testSetInvalidMapSeed($seed)
{
$this->perlinNoiseGenerator->setSize($seed);
$this->perlinNoiseGenerator->setMapSeed($seed);
}

/**
Expand Down

0 comments on commit 4cfce3e

Please sign in to comment.