Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search.IndexInterface missing Exists() #537

Closed
i0exception opened this issue Aug 21, 2019 · 1 comment
Closed

search.IndexInterface missing Exists() #537

i0exception opened this issue Aug 21, 2019 · 1 comment

Comments

@i0exception
Copy link

search.IndexInterface is missing the Exists() function - could this be added? makes mocking easier.

#513 changed index.go but not index_interface.go

aseure added a commit that referenced this issue Aug 21, 2019
[changelog]

Because the Exists() method was missing, the Index could not be mocked
as expected.
aseure added a commit that referenced this issue Aug 21, 2019
[changelog]

Because the Exists() method was missing, the Index could not be mocked
as expected.
@aseure
Copy link

aseure commented Aug 21, 2019

@i0exception Thank you for opening this issue. Great catch indeed. I've just fixed it in #538 and it's now released in v3.2.1. You should be able to update now!

Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants