Skip to content

Commit

Permalink
Fixing test changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Vargas committed Feb 7, 2023
1 parent 7565e1c commit 4955ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DgiiRncValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

test('check rncType return the type name', function () {
expect(DgiiRncValidator::rncType('123456789'))->toBe('RNC')
->and(DgiiRncValidator::rncType('12345678901'))->toBe('Cédula');
->and(DgiiRncValidator::rncType('12345678901'))->toBe('CEDULA');
});

it('can return the details of an RNC if true', function () {
Expand Down

0 comments on commit 4955ea5

Please sign in to comment.