We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f4b8 commit abe8f33Copy full SHA for abe8f33
tests/Feature/HotelTest.php
@@ -84,8 +84,7 @@ public function it_can_filter_hotels_by_exact_attributes()
84
// Assert
85
$response->assertStatus(200);
86
87
- $response->assertJsonFragment(['name' => 'Chancellor Hotel']);
88
- $response->assertJsonFragment(['name' => 'Hotel Nikko']);
+ $response->assertJsonFragment(['name' => 'Four Seasons Hotel']);
89
}
90
91
/** @test */
0 commit comments