Skip to content

Commit

Permalink
Merge 7d1b2fb into 26389ec
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Dendas committed Jan 14, 2020
2 parents 26389ec + 7d1b2fb commit 81ee7b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Integration/EventTest.php
Expand Up @@ -82,6 +82,14 @@ public function it_can_set_a_name()

$this->assertEquals('testname', $this->event->googleEvent['summary']);
}

/** @test */
public function it_can_set_a_description()
{
$this->event->description = 'Test Description';

$this->assertEquals('Test Description', $this->event->googleEvent['description']);
}

/** @test */
public function it_can_set_a_location()
Expand Down

0 comments on commit 81ee7b8

Please sign in to comment.