Skip to content

Commit 4cfce3e

Browse files
committed
Fixed test for mapSeed
1 parent aaa4089 commit 4cfce3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/PerlinNoiseGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function testSetSizeNotInt($sizeToSet)
9494
*/
9595
public function testSetInvalidMapSeed($seed)
9696
{
97-
$this->perlinNoiseGenerator->setSize($seed);
97+
$this->perlinNoiseGenerator->setMapSeed($seed);
9898
}
9999

100100
/**

0 commit comments

Comments
 (0)