parent
bcefd9f356
commit
06b3f1f89c
tests/Feature/Member
|
@ -134,5 +134,8 @@ class PullMemberActionTest extends TestCase
|
|||
'amount' => 1000,
|
||||
'parent_id' => $subscription->id,
|
||||
]);
|
||||
$this->assertDatabaseHas('members', [
|
||||
'subscription_id' => $subscription->id,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue