parent
59fb227d95
commit
035a483a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ describe Diaspora::Federation::Receive do
|
|||
expect(profile.location).to eq(profile_entity.location)
|
||||
expect(profile.searchable).to eq(profile_entity.searchable)
|
||||
expect(profile.nsfw).to eq(profile_entity.nsfw)
|
||||
expect(profile.tag_string).to eq(profile_entity.tag_string)
|
||||
expect(profile.tag_string.split(" ")).to match_array(profile_entity.tag_string.split(" "))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue