Skip to content

Commit

Permalink
fix test user age for id card.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianjin committed May 14, 2019
1 parent 38aebba commit 3e40bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IdentityCardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testBirthday()

public function testAge()
{
$this->assertEquals('38', $this->idCard->getAge());
$this->assertEquals('39', $this->idCard->getAge());
}

public function testConstellation()
Expand All @@ -50,4 +50,4 @@ public function testToJson()
{
$this->assertJson($this->idCard->toJson());
}
}
}

0 comments on commit 3e40bbe

Please sign in to comment.