Skip to content

Commit

Permalink
Update AdapterBase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed May 7, 2024
1 parent cc8e03b commit 546d24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/AdapterBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function testSampler(): void
throw new \Exception('Log or adapter not set');
}
$logger = new Logger($this->adapter);
$logger->sample(0.1);

$results = [];

Expand Down

0 comments on commit 546d24b

Please sign in to comment.