Skip to content

Commit abe8f33

Browse files
committed
Refactor hotel test to filter hotels by exact attributes
1 parent b17f4b8 commit abe8f33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/HotelTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ public function it_can_filter_hotels_by_exact_attributes()
8484
// Assert
8585
$response->assertStatus(200);
8686

87-
$response->assertJsonFragment(['name' => 'Chancellor Hotel']);
88-
$response->assertJsonFragment(['name' => 'Hotel Nikko']);
87+
$response->assertJsonFragment(['name' => 'Four Seasons Hotel']);
8988
}
9089

9190
/** @test */

0 commit comments

Comments
 (0)