chore: increase log level to verbose in tests

This commit is contained in:
td 2024-07-31 14:13:14 +05:30
parent 0ec9de5d37
commit 28758be915
No known key found for this signature in database
GPG Key ID: 62A30523D4D6CE28
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Future<Client> getClient({
String? databasePath,
}) async {
final client = Client(
logLevel: Level.verbose,
'testclient',
httpClient: FakeMatrixApi(),
databaseBuilder: (client) =>