Skip to content

Commit 16ae514

Browse files
authored
added missign method for new dao
1 parent d61f5e5 commit 16ae514

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)