Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DecimalResolverTest for fake
Browse files Browse the repository at this point in the history
cable8mm committed Jan 6, 2025
1 parent b2771c5 commit 96be7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Resolvers/DecimalResolverTest.php
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ public function test_fake_method_can_working_well(): void
{
$resolver = new DecimalResolver($this->column);

$this->assertEquals('\''.$resolver->field.'\' => fake()->randomFloat(2, 0, 10000),', $resolver->fake());
$this->assertEquals('\''.$resolver->field.'\' => fake()->randomFloat(),', $resolver->fake());
}

public function test_migration_method_can_working_well(): void

0 comments on commit 96be7ee

Please sign in to comment.