[Tests] Fix tests

This commit is contained in:
Christian Pauly 2019-07-26 15:05:46 +02:00
parent a97e96bf72
commit 01d6b511ca
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ packages:
name: boolean_selector name: boolean_selector
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.5" version: "1.0.4"
build: build:
dependency: transitive dependency: transitive
description: description:
@ -297,7 +297,7 @@ packages:
name: pedantic name: pedantic
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.0+1" version: "1.7.0"
pool: pool:
dependency: transitive dependency: transitive
description: description:

View file

@ -309,7 +309,7 @@ class FakeMatrixApi extends MockClient {
] ]
} }
}, },
"/client/r0/sync?filter=%7B%22room%22:%7B%22include_leave%22:true,%22state%22:%7B%22lazy_load_members%22:false%7D%7D%7D": "/client/r0/sync?filter=%7B%22room%22:%7B%22include_leave%22:true,%22state%22:%7B%22lazy_load_members%22:true%7D%7D%7D":
(var req) => { (var req) => {
"next_batch": Random().nextDouble().toString(), "next_batch": Random().nextDouble().toString(),
"presence": { "presence": {