Replace references to master with primary

See #324
This commit is contained in:
Michael Gratton 2019-04-02 13:34:52 +11:00
parent 71d8c8b1a4
commit aa223d103d
8 changed files with 92 additions and 63 deletions

View file

@ -47,7 +47,7 @@ class Geary.ImapDB.DatabaseTest : TestCase {
// Need to get a connection since the database doesn't
// actually get created until then
db.get_master_connection();
db.get_primary_connection();
// Need to close it again to stop the GC process running
db.close();