Skip to content

Commit cd7d679

Browse files
committed
test: fix test method with missing dataset argument
1 parent 5070f7a commit cd7d679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Log/GenericLoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function test_log_levels(mixed $level, string $expected): void
134134
}
135135

136136
#[DataProvider('tempestLevelProvider')]
137-
public function test_message_logged_emitted(LogLevel $level): void
137+
public function test_message_logged_emitted(LogLevel $level, string $_expected): void
138138
{
139139
$eventBus = $this->container->get(EventBus::class);
140140

0 commit comments

Comments
 (0)