/**
  * @test
  */
 public function it_set_the_time_zone_to_convert_dates()
 {
     $this->assertEquals($this->converter, $this->converter->setTimeZone('America/Kentucky/Louisville'));
 }