|
|
@@ -490,8 +490,8 @@ class SluggedBehaviorTest extends TestCase {
|
|
|
$result = $this->articles->generateSlug($string);
|
|
|
$this->assertEquals($expected, $result);
|
|
|
|
|
|
- $string = 'something with a # in it';
|
|
|
- $expected = 'something-with-a-in-isaaddat';
|
|
|
+ $string = 'something with a , in it';
|
|
|
+ $expected = 'something-with-a-in-it';
|
|
|
$result = $this->articles->generateSlug($string);
|
|
|
$this->assertEquals($expected, $result);
|
|
|
}
|