Skip to content

Commit

Permalink
测试通过,基本达到可用状态
Browse files Browse the repository at this point in the history
  • Loading branch information
shellus committed Jan 5, 2018
1 parent ddf0e50 commit e39a08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Feature/MonitorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class MonitorTest extends TestCase
public function testExample()
{
$monitor = Monitor::firstOrFail();
MonitorService::request($monitor);
$snapshot = MonitorService::request($monitor);
MonitorService::handleSnapshot($snapshot);
$this->assertTrue(true);
}
}

0 comments on commit e39a08d

Please sign in to comment.