diff --git a/tests/Factories/TranslationFactoryTest.php b/tests/Factories/TranslationFactoryTest.php index 76f2a5e..d52319d 100644 --- a/tests/Factories/TranslationFactoryTest.php +++ b/tests/Factories/TranslationFactoryTest.php @@ -30,6 +30,7 @@ class TranslationFactoryTest extends TestCase $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('kr')); $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('nl')); $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('pl')); + $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('fa')); $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('pt-BR')); $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('ro')); $this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('ru'));