Revise naming to match behavior

This commit is contained in:
jlewin 2019-05-01 14:57:31 -07:00
parent 570539724f
commit 8d4547d706
13 changed files with 14 additions and 14 deletions

View file

@ -195,7 +195,7 @@ namespace MatterControl.Tests.MatterControl
// shared temp
{
string[] settings = new string[] { SettingsKey.extruder_count, "2", SettingsKey.extruders_share_temperature, "1" };
Assert.AreEqual(GetProfile(settings).Helpers.NumberOfTools(), 1);
Assert.AreEqual(GetProfile(settings).Helpers.HotendCount(), 1);
}
}
}