Skip to content

Commit 6d14d6c

Browse files
authored
Update StringCalculatorTest.php
1 parent c686a59 commit 6d14d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StringCalculatorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function it_accepts_a_new_line_character_as_a_delimeter_too()
4949
}
5050

5151
/** @test */
52-
public function negatice_numbers_are_not_allowed()
52+
public function negative_numbers_are_not_allowed()
5353
{
5454
$this->expectException(InvalidArgumentException::class);
5555

0 commit comments

Comments
 (0)