Skip to content

Commit e2263e0

Browse files
committed
Fixing the build
1 parent 9ea92bf commit e2263e0

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)