We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a303a5a commit 848dd70Copy full SHA for 848dd70
elasticsearch-persistence/spec/repository_spec.rb
@@ -104,7 +104,7 @@ class RepositoryWithoutDSL
104
end
105
106
it 'sets a default client' do
107
- expect(repository.client).to be_a(Elasticsearch::Transport::Client)
+ expect(repository.client).to be_a(Elasticsearch::Client)
108
109
110
@@ -465,7 +465,7 @@ class RepositoryWithoutDSL
465
466
467
it 'sets a default on the instance' do
468
- expect(RepositoryWithoutDSL.new.client).to be_a(Elasticsearch::Transport::Client)
+ expect(RepositoryWithoutDSL.new.client).to be_a(Elasticsearch::Client)
469
470
471
it 'allows the value to be overridden with options on the instance' do
0 commit comments