Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.8k stars 596 forks source link

Feature/handle multithreaded notifications #1051

Closed younata closed 1 year ago

younata commented 1 year ago

This is https://github.com/Quick/Nimble/pull/974 with fixed tests.

Make sure that Nimble doesn't try to access notification properties from the main thread as they may have been created on another thread and get upset (most likely when Core Data is involved). Fixes https://github.com/Quick/Nimble/issues/973