Renamed a database method.

This commit is contained in:
akwizgran
2013-12-22 01:56:11 +00:00
parent f1af27554d
commit ff01b181bc
5 changed files with 6 additions and 6 deletions

View File

@@ -390,7 +390,7 @@ public abstract class DatabaseComponentTest extends BriarTestCase {
} catch(NoSuchContactException expected) {}
try {
db.getInboxGroup(contactId);
db.getInboxGroupId(contactId);
fail();
} catch(NoSuchContactException expected) {}