Join Slack
Powered by
The issue appears to be that pm.remove(”key3”) is ...
# kotlintest
i
Ian
03/13/2017, 3:29 PM
The issue appears to be that pm.remove(”key3”) is triggering a callback that it shouldn’t configure because the callback isn’t set on the pm object until line 119
pm.onRemove { name, obj, locallyInitiated ->
- which should be after this test has run
Open in Slack
Previous
Next