forked from AkkomaGang/akkoma
AccountViewTest: Fix test.
This commit is contained in:
parent
37fdb05058
commit
db76c26469
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue