Skip to content

Commit 36c940b

Browse files
committed
-
1 parent d89f14c commit 36c940b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Service/WipParserTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public static function titlesProvider(): iterable
2424
yield [true, '(WIP) xas'];
2525
yield [true, '[WIP]foo'];
2626
yield [true, '[wip] foo'];
27-
2827
yield [false, 'Bar [WIP] foo'];
2928
yield [false, 'FOOWIP: foo'];
3029
}

0 commit comments

Comments
 (0)