Reasoning unit tests do not wait until the knowledge is updated
Knowledge within Loki is updated when page is opened (if you save the page, the page is then opened and knowledge is updated). Unit tests are executed as a hook just after the page save, so before the knowledge is updated. It's a problem ;)