Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 10, 2022
1 parent 6922f17 commit 1027ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/EnumAccessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,5 @@ public function it_works_with_integer_database_fields()

$this->assertInstanceOf(BillingRule::class, $clientNoInvoice->billing_rule);
$this->assertEquals(0, $clientNoInvoice->billing_rule->value());

}
}

0 comments on commit 1027ff0

Please sign in to comment.