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,
|
||||
}) async {
|
||||
final client = Client(
|
||||
logLevel: Level.verbose,
|
||||
'testclient',
|
||||
httpClient: FakeMatrixApi(),
|
||||
databaseBuilder: (client) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue