<?php

namespace Modules\Blog\Tests\Unit;

use Tests\TestCase;

class EloquentPostRepositoryTest extends TestCase
{
    /**
     * A basic test example.
     */
    public function test_that_true_is_true(): void
    {
        $this->assertTrue(true);
    }
}
