Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pecuchet committed May 22, 2023
1 parent d2e0624 commit 1e3d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LoggingTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,5 +357,5 @@
->gauge('divider', 100)
->percentage('percentage', 'divided', 'divider');

expect($this->gauges()->get('percentage')->value)->toBe(0.33);
expect($this->gauges()->get('percentage')->value)->toBe(33.0);
});

0 comments on commit 1e3d0c4

Please sign in to comment.