fix flaky test_user_relationship_test.exs:81
authorilja <git@ilja.space>
Sun, 23 Oct 2022 11:31:01 +0000 (13:31 +0200)
committerilja <git@ilja.space>
Sun, 23 Oct 2022 11:31:01 +0000 (13:31 +0200)
commit3562eaeedc14d6b410da86651c0fce0e3032ff66
tree7216910655131047b9681dfeb520996b1fac15ad
parent16a31872fe5d0b9c7376d4b9a8600d544efbb397
fix flaky test_user_relationship_test.exs:81

The problem was double. On the one hand, the function didn't actually return what was in the DB.
On the other hand the test was flaky because it used NaiveDateTime.utc_now() so test could fail or pass depending on a difference of microseconds.

Both are fixed now.
lib/pleroma/user_relationship.ex
test/pleroma/user_relationship_test.exs