Skip to content

Commit 4a36a77

Browse files
authored
Update AdderTest.php
1 parent 14d9e27 commit 4a36a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/AdderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public function test_add()
99
{
1010
$result = \Adder\add(1, 2 );
1111

12-
$this->assertSame(2, $result);
12+
$this->assertSame(3, $result);
1313
}
1414
}

0 commit comments

Comments
 (0)