We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadded5 commit 2a01d9fCopy full SHA for 2a01d9f
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