forked from AkkomaGang/akkoma
tests: fix formatting
This commit is contained in:
parent
92caa2632b
commit
86dca39640
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ test "parses emoji from name and bio" do
|
|||
},
|
||||
%{
|
||||
"type" => "Emoji",
|
||||
"icon" => %{"type" => "Image", "url" => "#{Endpoint.url()}/finmoji/128px/karjalanpiirakka-128.png"},
|
||||
"icon" => %{
|
||||
"type" => "Image",
|
||||
"url" => "#{Endpoint.url()}/finmoji/128px/karjalanpiirakka-128.png"
|
||||
},
|
||||
"name" => ":karjalanpiirakka:"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue