Fix guest and host service tests

This commit is contained in:
sophia 2022-06-29 16:01:40 -05:00
parent f9dd348847
commit df8f519337
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ describe VagrantPlugins::CommandServe::Service::GuestService do
end
after do
VagrantPlugins::CommandServe::Service.cache.clear
VagrantPlugins::CommandServe.cache.clear
end
it "generates a spec" do

View File

@ -94,7 +94,7 @@ describe VagrantPlugins::CommandServe::Service::HostService do
end
after do
VagrantPlugins::CommandServe::Service.cache.clear
VagrantPlugins::CommandServe.cache.clear
end
it "generates a spec" do