Revise naming to match behavior
This commit is contained in:
parent
570539724f
commit
8d4547d706
13 changed files with 14 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue