chore: increase log level to verbose in tests
This commit is contained in:
parent
0ec9de5d37
commit
28758be915
|
|
@ -32,6 +32,7 @@ Future<Client> getClient({
|
||||||
String? databasePath,
|
String? databasePath,
|
||||||
}) async {
|
}) async {
|
||||||
final client = Client(
|
final client = Client(
|
||||||
|
logLevel: Level.verbose,
|
||||||
'testclient',
|
'testclient',
|
||||||
httpClient: FakeMatrixApi(),
|
httpClient: FakeMatrixApi(),
|
||||||
databaseBuilder: (client) =>
|
databaseBuilder: (client) =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue