Un-mark skipped test - seems to be working

This commit is contained in:
Ben Thomson 2020-01-19 22:41:43 +08:00
parent 9be2decce3
commit d6fc30626c
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ class HasManyModelTest extends PluginTestCase
public function testGetRelationValue()
{
$this->markTestSkipped('Marked as \'skipped\' for further investigation');
Model::unguard();
$author = Author::create(['name' => 'Stevie']);
$post1 = Post::create(['title' => "First post", 'author_id' => $author->id]);