Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebookboy committed Jul 25, 2021
1 parent 8c55200 commit 47ab9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Services/StringCalculatorServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ public function it_should_logged_sum_when_call_add()
->once();

$this->givenNumbers('1');
$this->sumShouldBe(1);

$this->stringCalculatorService->add($this->numbers); // add() called
}

/**
Expand Down

0 comments on commit 47ab9de

Please sign in to comment.