diff --git a/test/unit/plugins/providers/hyperv/config_test.rb b/test/unit/plugins/providers/hyperv/config_test.rb index 4bdc2daa3..564473873 100644 --- a/test/unit/plugins/providers/hyperv/config_test.rb +++ b/test/unit/plugins/providers/hyperv/config_test.rb @@ -20,11 +20,6 @@ describe VagrantPlugins::HyperV::Config do subject.finalize! expect(subject.vlan_id).to eq(100) end - - it "defaults to a number" do - subject.finalize! - expect(subject.vlan_id).to eq(0) - end end describe "#vmname" do it "can be set" do