Skip to content

Commit d7c543f

Browse files
Merge pull request #18 from getyourguide/build-fix
Fixing the build
2 parents 9ea92bf + e2263e0 commit d7c543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/getourguide/interview/service/ActivityServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ActivityServiceTest {
2020
void setup() {
2121
this.activityRepository = mock(ActivityRepository.class);
2222
this.supplierController = mock(SupplierController.class);
23-
this.activityService = new ActivityService(activityRepository, supplierController);
23+
this.activityService = new ActivityService(activityRepository);
2424
}
2525

2626
@Test

0 commit comments

Comments
 (0)