Skip to content

Commit 12a9dbd

Browse files
committed
coverage fix
1 parent 5e9db4b commit 12a9dbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/WindowTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
use function Pipeline\take;
3737

3838
/**
39-
* @covers \Pipeline\Standard::window
40-
*
4139
* @internal
4240
*/
4341
#[CoversClass(WindowIterator::class)]
42+
#[CoversClass(Standard::class)]
4443
final class WindowTest extends TestCase
4544
{
4645
public static function provideIterables(): iterable

0 commit comments

Comments
 (0)