Skip to content

Commit 306bbf0

Browse files
committed
test: rename Test to ModuloServiceTest
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 9a7b9b3 commit 306bbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use OCA\PreviewGenerator\Service\ModuloService;
1313
use PHPUnit\Framework\TestCase;
1414

15-
class Test extends TestCase {
15+
class ModuloServiceTest extends TestCase {
1616
public static function moduloDataProvider(): array {
1717
return [
1818
[3, 10, 3],

0 commit comments

Comments
 (0)