fixed tests
This commit is contained in:
parent
3e53ab4e98
commit
f879d07fa1
5 changed files with 11 additions and 6 deletions
|
|
@ -33,8 +33,8 @@ defmodule Pleroma.MarkerTest do
|
|||
test "returns user markers" do
|
||||
user = insert(:user)
|
||||
marker = insert(:marker, user: user)
|
||||
insert(:notification, user: user)
|
||||
insert(:notification, user: user)
|
||||
insert(:notification, user: user, activity: insert(:note_activity))
|
||||
insert(:notification, user: user, activity: insert(:note_activity))
|
||||
insert(:marker, timeline: "home", user: user)
|
||||
|
||||
assert Marker.get_markers(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue