Reinstate lost run_on_reactor in unit test

a61738b removed a call to run_on_reactor from a unit test, but that call was
doing something useful, in making the function in question asynchronous.

Reinstate the call and add a check that we are testing what we wanted to be
testing.
This commit is contained in:
Richard van der Hoff 2018-07-04 09:35:40 +01:00
parent 508196e08a
commit ea555d5633
2 changed files with 16 additions and 2 deletions

1
changelog.d/3385.misc Normal file
View file

@ -0,0 +1 @@
Reinstate lost run_on_reactor in unit tests