Skip to content

Commit 56afff0

Browse files
committed
test: run rector
1 parent 4e51610 commit 56afff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Models/FindModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function testSoftDeleteWithTableJoinsFirst(): void
338338
{
339339
$this->seeInDatabase('user', ['name' => 'Derek Jones', 'deleted_at' => null]);
340340

341-
$results = $this->createModel(UserModel::class)->join('job', 'job.id = user.id')->first(1);
341+
$results = $this->createModel(UserModel::class)->join('job', 'job.id = user.id')->first();
342342
$this->assertSame(1, (int) $results->id);
343343
}
344344
}

0 commit comments

Comments
 (0)