adding extra lines.

This commit is contained in:
Zaafar 2021-04-08 12:51:37 -04:00
parent 3e9a6df121
commit 7a770805fb
2 changed files with 2 additions and 0 deletions

View file

@ -337,5 +337,6 @@ namespace Tests {
CoroutineHandler.Tick(1d);
CoroutineHandler.RaiseEvent(evt);
}
}
}

View file

@ -442,5 +442,6 @@ namespace Tests {
Assert.AreEqual(1, counterChild, "Child counter is invalid at event 4.");
always.Cancel();
}
}
}