wix-incubator / DetoxSync

Synchronization framework for Detox and other testing frameworks
MIT License
34 stars 16 forks source link

fix(DispatchQueue+DTXSpy): fix string macros. #35

Closed asafkorem closed 2 years ago

asafkorem commented 2 years ago

Fixes https://github.com/wix/DetoxSync/pull/34 (@ball-hayden FYI). In the previous form, DTX_DISPATCH_REBINDING(x) ended up as "..dispatch_#type" instead of "..dispatch_x".

ball-hayden commented 2 years ago

Oh. I'm very confused as to how this worked properly for me when I tested it then. Sorry 😕

asafkorem commented 2 years ago

Don't worry about that, I'm the one to blame here. I was too confident in this change and too lazy to test this myself 🤷🏼‍♂️