diff --git a/tests/EnumAccessorTest.php b/tests/EnumAccessorTest.php index a0d981d..1fae4c8 100644 --- a/tests/EnumAccessorTest.php +++ b/tests/EnumAccessorTest.php @@ -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()); - } }