Skip to content

Commit

Permalink
✅ Update Notify test class remove test function
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Nov 11, 2019
1 parent 25c706d commit 327c30b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/NotifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,4 @@ public function setUp() : void
$this->session = Mockery::spy('Mckenziearts\Notify\Storage\Session');
$this->notify = new LaravelNotify($this->session);
}

/** @test */
public function it_display_info_notify()
{
$this->notify->success('Success Notification');
$message = 'Success Notification';

$this->assertEquals('Success Notification', $message);
}
}

0 comments on commit 327c30b

Please sign in to comment.