From: William Pitcock Date: Fri, 24 Aug 2018 18:33:36 +0000 (+0000) Subject: tests: formatting X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a8bd120ea620d3bb86018318bbc013de2c613af0;p=akkoma tests: formatting --- diff --git a/test/formatter_test.exs b/test/formatter_test.exs index b97b0e8b9..95558089b 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -135,7 +135,7 @@ defmodule Pleroma.FormatterTest do assert length(subs) == 1 Enum.each(subs, fn {uuid, _} -> assert String.contains?(text, uuid) end) - expected_text = "@o hi" + expected_text = "@o hi" assert expected_text == Formatter.finalize({subs, text}) end