Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Sep 25, 2016
1 parent b0d30a8 commit 522dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TaggableTest.php
Expand Up @@ -49,7 +49,7 @@ public function testFindPosts()
public function testFindPost()
{
$post = Post::findOne(2);
$this->assertEquals('tag 2, tag 3, tag 4', $post->tagNames);
$this->assertEquals('tag 2,tag 3,tag 4', $post->tagNames);
}

public function testCreatePost()
Expand Down

0 comments on commit 522dd53

Please sign in to comment.