Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Jan 30, 2025
1 parent 539cb7c commit f6f2648
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ protected function setUp(): void
['title' => 'movie_a', 'plot' => 'this is a love story'],
['title' => 'movie_b', 'plot' => 'love is a long story'],
['title' => 'movie_c', 'plot' => 'went on a trip'],
['title' => 'Carrie', 'year' => 1976],
['title' => 'Carrie', 'year' => 2002],
]);
}

Expand Down Expand Up @@ -178,6 +180,6 @@ public function testReadPreference(): void
// end-read-pref

$this->assertNotNull($movies);
$this->assertCount(4, $movies);
$this->assertCount(2, $movies);
}
}

0 comments on commit f6f2648

Please sign in to comment.