Skip to content
Snippets Groups Projects
Commit 7f508c40 authored by ClausBC's avatar ClausBC
Browse files

Updated defrost method test

parent 4c3d2057
No related branches found
No related tags found
3 merge requests!8Merge Defrost to Main,!7Mere Defrost to main,!3Add details
Pipeline #194248 failed
......@@ -96,10 +96,13 @@ namespace Microwave.Test.Unit
[Test]
public void Cooking_Defrost_ToggleTest()
{
uut.Defrost(700);
uut.StartCooking(700, 30);
uut.Stop();
powerTube.Recieved(2).TurnOn();
powerTube.Recieved(1).TurnOff();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment