Skip to content
Snippets Groups Projects
Commit 4079d66f authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Expose issue via failing test

parent 404a9ccb
Branches
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ defmodule Pleroma.StatsTest do
test "it returns total number of statuses" do
data = Pleroma.Stats.get_stat_data()
assert data.stats.status_count.all == 10
assert data.stats.status_count.public == 1
assert data.stats.status_count.unlisted == 2
assert data.stats.status_count.direct == 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment