Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Aug 5, 2021
1 parent 96377ee commit 652cc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/entities/JobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ public function testTravelNotCheck()

$result = model(JobModel::class)->find($job->id);
$this->assertEquals($stageRequired->id, $result->stage_id);
$this->assertEquals($stageRequired->id, $job->stage_id);
}
}

0 comments on commit 652cc64

Please sign in to comment.