Discard unused out param

This commit is contained in:
John Lewin 2017-10-18 09:24:46 -07:00
parent d0677b4f2d
commit e23766ab91

View file

@ -152,11 +152,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
{
testRunner.CloseSignInAndPrinterSelect();
SystemWindow systemWindow;
testRunner.ClickByName("Queue... Menu");
var exportButton = testRunner.GetWidgetByName(" Export to Zip Menu Item", out systemWindow, 5);
var exportButton = testRunner.GetWidgetByName(" Export to Zip Menu Item", out _, 5);
Assert.IsNotNull(exportButton, "Export button should exist");
Assert.IsTrue(exportButton.Enabled, "Export button should be enabled");