Skip to content

Commit 45f7855

Browse files
committed
fixes another ru slug
1 parent e3f5873 commit 45f7855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Gedmo/Sluggable/TransliterationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testInsertedNewSlug()
3939
$this->assertEquals('tova-e-testovo-zaglavie-bg', $bulgarian->getSlug());
4040

4141
$russian = $repo->findOneByCode('ru');
42-
$this->assertEquals('eto-tiestovyi-zagholovok-ru', $russian->getSlug());
42+
$this->assertEquals('eto-testovyi-zagolovok-ru', $russian->getSlug());
4343

4444
$german = $repo->findOneByCode('de');
4545
$this->assertEquals('fuhren-aktivitaten-haglofs-de', $german->getSlug());

0 commit comments

Comments
 (0)