diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-05-01 16:09:53 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-05-01 16:09:53 +0700 |
commit | f11e7037c21d611cddd7f2eab64ebfc39630a078 (patch) | |
tree | c60414df58619d0d8e1804520a65dc30d4a2d96b /test/formatter_test.exs | |
parent | bdfa3a6fa87f95e93aa853ec4961645215f31221 (diff) | |
download | pleroma-f11e7037c21d611cddd7f2eab64ebfc39630a078.tar.gz pleroma-f11e7037c21d611cddd7f2eab64ebfc39630a078.zip |
test fixes
Diffstat (limited to 'test/formatter_test.exs')
-rw-r--r-- | test/formatter_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs index 97eb2f583..fdaf29742 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -147,7 +147,7 @@ defmodule Pleroma.FormatterTest do end test "gives a replacement for user links when the user is using Osada" do - mike = User.get_or_fetch("mike@osada.macgirvin.com") + {:ok, mike} = User.get_or_fetch("mike@osada.macgirvin.com") text = "@mike@osada.macgirvin.com test" |