AccountViewTest: Fix test.
This commit is contained in:
parent
37fdb05058
commit
db76c26469
|
@ -86,7 +86,7 @@ test "Represent a user account" do
|
|||
hide_follows_count: false,
|
||||
relationship: %{},
|
||||
skip_thread_containment: false,
|
||||
accepts_chat_messages: false
|
||||
accepts_chat_messages: nil
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -164,7 +164,7 @@ test "Represent a Service(bot) account" do
|
|||
hide_follows_count: false,
|
||||
relationship: %{},
|
||||
skip_thread_containment: false,
|
||||
accepts_chat_messages: false
|
||||
accepts_chat_messages: nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue