Fixed the test.
continuous-integration/drone/push Build is passing Details

main
KKlochko 2 years ago
parent 92dc9b9110
commit 2597cfb7a5

@ -18,7 +18,7 @@ class SimpleTest extends TestCase
$simple = new Simple();
$result = $simple->subtract(4, 2);
// 2 is the right result, therefore I chose not 2.
$this->assertEquals(1, $result);
$this->assertNotEquals(1, $result);
}
public function testSubtract()

Loading…
Cancel
Save