From df8f519337d66280d53b0f42b836cc3eaa55e1a5 Mon Sep 17 00:00:00 2001 From: sophia Date: Wed, 29 Jun 2022 16:01:40 -0500 Subject: [PATCH] Fix guest and host service tests --- test/unit/plugins/commands/serve/service/guest_service_test.rb | 2 +- test/unit/plugins/commands/serve/service/host_service_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/plugins/commands/serve/service/guest_service_test.rb b/test/unit/plugins/commands/serve/service/guest_service_test.rb index fbe789ed7..ca3eb9e90 100644 --- a/test/unit/plugins/commands/serve/service/guest_service_test.rb +++ b/test/unit/plugins/commands/serve/service/guest_service_test.rb @@ -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 diff --git a/test/unit/plugins/commands/serve/service/host_service_test.rb b/test/unit/plugins/commands/serve/service/host_service_test.rb index ce0654662..893127a36 100644 --- a/test/unit/plugins/commands/serve/service/host_service_test.rb +++ b/test/unit/plugins/commands/serve/service/host_service_test.rb @@ -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