Browse Source

fix(nextcloud): Fix 27.1.3 tests

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1052/head
jld3103 1 year ago
parent
commit
5a2cbdb8d5
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      packages/nextcloud/test/core_test.dart

2
packages/nextcloud/test/core_test.dart

@ -138,7 +138,7 @@ void main() {
expect(response.statusCode, 200);
expect(() => response.headers, isA<void>());
expect(response.body.ocs.data, hasLength(13));
expect(response.body.ocs.data, hasLength(14));
});
test('Unified search', () async {

Loading…
Cancel
Save