Skip to content

Commit f99671a

Browse files
authored
added missign method for new dao
1 parent 464c7ea commit f99671a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,9 @@ public void shutdown() throws InterruptedException {
170170
public OrganizationsDao getOrganizationsDao() {
171171
return null;
172172
}
173+
174+
@Override
175+
public ProfileAssociationsDao getProfileAssociationsDao() {
176+
return null;
177+
}
173178
}

0 commit comments

Comments
 (0)