Skip to content

Commit

Permalink
remove batch size from test
Browse files Browse the repository at this point in the history
  • Loading branch information
justine-gehring committed Apr 4, 2024
1 parent cc5f146 commit 5d6def1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class GetRecommendationsTest implements RewriteTest {
@Test
void methods() {
rewriteRun( spec -> spec.recipe(new GetRecommendations(8, true)),
rewriteRun( spec -> spec.recipe(new GetRecommendations( true)),
java(
"""
public class Foo {
Expand Down

0 comments on commit 5d6def1

Please sign in to comment.