Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix DNI property
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Aug 19, 2019
1 parent d3e750a commit e238fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Peru/Jne/DniTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testGetDni($dni)
$json = json_encode($person);
$this->assertJson($json);
$obj = json_decode($json);
$this->assertNotEmpty($obj->ruc);
$this->assertNotEmpty($obj->dni);
}

public function testInvalidDni()
Expand All @@ -63,4 +63,4 @@ public function testInvalidDni()

$this->assertNull($person);
}
}
}

0 comments on commit e238fd7

Please sign in to comment.