Skip to content

Commit 14c8431

Browse files
author
Linus Juhlin
committed
Fixed assertion
1 parent 2dab85c commit 14c8431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function test_xhr_partial_response()
177177

178178
$this->assertInstanceOf(JsonResponse::class, $response);
179179
$this->assertSame('User/Edit', $page->component);
180-
$this->assertFalse(isset($props['name']));
180+
$this->assertFalse(isset($props['user']));
181181
$this->assertCount(1, $props);
182182
$this->assertSame('partial-data', $page->props->partial);
183183
$this->assertSame('/user/123', $page->url);

0 commit comments

Comments
 (0)