This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Change flaky AccountSearchService test (
#19650
)
closed-social-glitch-2
Claire
2 years ago
committed by
GitHub
parent
1dca08b76f
commit
9387beb3b3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
spec/services/account_search_service_spec.rb
+ 0
- 1
spec/services/account_search_service_spec.rb
View File
@ -45,7 +45,6 @@ describe AccountSearchService, type: :service do
results
=
subject
.
call
(
'e@example.com'
,
nil
,
limit
:
2
)
expect
(
results
.
size
)
.
to
eq
2
expect
(
results
)
.
to
eq
(
[
exact
,
remote
]
)
.
or
eq
(
[
exact
,
remote_too
]
)
end
end
Write
Preview
Loading…
Cancel
Save