Skip to content

Commit

Permalink
Removed when which is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
kanumalivad committed Oct 12, 2024
1 parent 09a35b8 commit d2d82e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void setUp() {
context = GeneratorContext.builder()
.project(project)
.build();
when(context.getProject()).thenReturn(project);
}

static Stream<Arguments> data() {
Expand Down

0 comments on commit d2d82e0

Please sign in to comment.