Adjust to ObjSQLite3 changes

FossilOrigin-Name: f599dcefbe494390a5babff9fc664f2f0ce08dd5bd6319a220ced3d3b17cce45
This commit is contained in:
Jonathan Schleifer 2024-08-11 15:37:57 +00:00
parent 914089413c
commit c6c2c39856
3 changed files with 12 additions and 11 deletions

View file

@ -45,8 +45,9 @@ OF_APPLICATION_DELEGATE(Tests)
}
OFIRI *homeserver = [OFIRI IRIWithString: environment[@"OBJMATRIX_HS"]];
OFIRI *storageIRI = [OFIRI fileIRIWithPath: @"tests.db"];
id <MTXStorage> storage =
[MTXSQLite3Storage storageWithPath: @"tests.db"];
[MTXSQLite3Storage storageWithIRI: storageIRI];
[MTXClient logInWithUser: environment[@"OBJMATRIX_USER"]
password: environment[@"OBJMATRIX_PASS"]
homeserver: homeserver