Skip to content

Commit

Permalink
fixing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Aug 29, 2024
1 parent c17197f commit 6b52e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ChargeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testReturnTrue() {

$charge = Charge::factory()->make();
$result = $charge->returnTrue();
$this->assertFalse($result);
$this->assertTrue($result);

}
}

0 comments on commit 6b52e07

Please sign in to comment.