create(); $this->assertTrue($postMetric->journalMetric()->exists()); } /** @test */ public function it_has_one_post() { $postMetric = PostMetric::factory()->create(); $this->assertTrue($postMetric->post()->exists()); } }