Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 3, 2016
1 parent 396d0b5 commit 944082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function it_automatically_generates_a_slug()
/** @test */
public function it_uses_str_slug_if_config_slugger_value_is_empty()
{
app('config')->set('laravel-tags.slugger', '');
app('config')->set('laravel-tags.slugger', null);

$tag = Tag::findOrCreateFromString('this is a tag');

Expand Down

0 comments on commit 944082c

Please sign in to comment.