diff --git a/tests/ModelsTest/ClosetTest.php b/tests/ModelsTest/ClosetTest.php index 843907c0..9d128130 100644 --- a/tests/ModelsTest/ClosetTest.php +++ b/tests/ModelsTest/ClosetTest.php @@ -25,7 +25,7 @@ class ClosetTest extends TestCase $other = factory(User::class)->create(); $texture = factory(Texture::class)->create([ 'uploader' => $other->uid, - 'public' => true + 'public' => false ]); $user = factory(User::class)->create(); $closet = new Closet($user->uid);