Skip to content

Commit

Permalink
test(TCKimlikNoValidateTest): update validate method test case
Browse files Browse the repository at this point in the history
An additional parameter was added to the validate method in the TCkimlikNoValidateTest to accommodate for changes in the underlying validation logic. Now testing this extended functionality.
  • Loading branch information
deligoez committed May 31, 2024
1 parent 4639349 commit 67a5c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TCKimlikNoValidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function it_sends_a_request_to_the_search_api_if_there_is_a_birth_year_an
Soap::fake();

$this->assertTrue(
TCKimlikNo::validate('10000000146', 'Y. EMRE', 'DELİGÖZ', '1900', true, 1, 1)
TCKimlikNo::validate('10000000146', 'Y. EMRE', 'DELİGÖZ', '1900', true, 1, 1, false)
);

Soap::assertNothingSent();
Expand Down

0 comments on commit 67a5c26

Please sign in to comment.