Skip to content

Commit 0f4dcd5

Browse files
committed
modofied use test code for Statistics::Client -> EventService::Client
1 parent 56602fb commit 0f4dcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/shared_contexts/statistics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
end
1515

1616
before do
17-
allow_any_instance_of(Statistics::Client).to receive(:connection_for).and_return(stub_connection)
17+
allow_any_instance_of(EventService::Client).to receive(:connection_for).and_return(stub_connection)
1818
end
1919
end
2020

0 commit comments

Comments
 (0)