Skip to content

Commit 4d1d707

Browse files
committed
correct the reset
1 parent 28f30e0 commit 4d1d707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cmab_client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
after do
5151
RSpec::Mocks.space.proxy_for(spy_logger).reset
52-
RSpec::Mocks.space.proxy_for(mock_http_client).reset_mock
52+
RSpec::Mocks.space.proxy_for(mock_http_client).reset
5353
end
5454

5555
it 'should return the variation id on success without retrying' do

0 commit comments

Comments
 (0)