Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 17, 2024
1 parent 6c68b15 commit 6aba6dd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package io.xeres.app.xrs.service.status;

import io.xeres.app.database.DatabaseSessionManager;
import io.xeres.app.database.model.location.LocationFakes;
import io.xeres.app.net.peer.PeerConnectionManager;
import io.xeres.app.service.LocationService;
Expand All @@ -45,7 +46,10 @@ class StatusRsServiceTest
private LocationService locationService;

@Mock
AvailabilityNotificationService availabilityNotificationService;
private AvailabilityNotificationService availabilityNotificationService;

@Mock
private DatabaseSessionManager databaseSessionManager;

@InjectMocks
private StatusRsService statusRsService;
Expand Down

0 comments on commit 6aba6dd

Please sign in to comment.