Skip to content

Commit 9864d21

Browse files
committed
Update PurchaseLogTest.php
1 parent 4d6c34e commit 9864d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Models/PurchaseLogTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function it_can_be_persisted_if_created_from_response()
4242
$receiptResponse = Product::check($id, $token)->getResponse();
4343
$log = PurchaseLog::fromResponse($receiptResponse);
4444
$log->save();
45-
45+
4646
$this->assertDatabaseHas('purchase_logs', [
4747
'purchase_token' => $token,
4848
'item_id' => $id,

0 commit comments

Comments
 (0)