Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajinsharwar committed Mar 1, 2024
1 parent 2b44a5c commit 23bd654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ActivateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public function testOneMethod() {
$instance = new Activate();
$a = $instance->one(5);

self::assertEquals(5, $a);
self::assertEquals(6, $a);
}
}

0 comments on commit 23bd654

Please sign in to comment.