Skip to content

RDART-969: Keypath filtering on collections #5229

RDART-969: Keypath filtering on collections

RDART-969: Keypath filtering on collections #5229

GitHub Actions / Test Results Dart Object X64 failed Jun 14, 2024 in 1s

1883 passed, 1 failed and 45 skipped

Tests failed

Report Passed Failed Skipped Time
test-results.json 1883✅ 1❌ 45⚪ 293s

Annotations

Check failure on line 769 in test/realm_set_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results Dart Object X64

test/realm_set_test.dart ► UnmanagedSet.changes throws

Failed test found in:
  test-results.json
Error:
  Expected: throws <Instance of 'RealmStateError'> with `message`: contains 'Unmanaged RealmSets don\'t support changes'
    Actual: <Closure: () => Stream<RealmSetChanges<Car>>>
     Which: threw RealmStateError:<Bad state: Unmanaged sets don't support changes>
            stack package:realm_dart/src/set.dart 398:7  RealmSetOfObject.changesFor
                  test/realm_set_test.dart 769:33        main.<fn>.<fn>
                  package:matcher                        expect
                  test/realm_set_test.dart 769:5         main.<fn>
                  
            which has `message` with value 'Unmanaged sets don\'t support changes' which does not contain 'Unmanaged RealmSets don\'t support changes'
  
Raw output
package:matcher                 expect
test/realm_set_test.dart 769:5  main.<fn>