Skip to content

Commit

Permalink
adding a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Aug 29, 2024
1 parent 0ea4ed2 commit c17197f
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->assertTrue($result);
$this->assertFalse($result);

}
}

0 comments on commit c17197f

Please sign in to comment.