mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 04:26:57 +00:00
Tidying
This commit is contained in:
parent
3322b2038f
commit
3ff80a2a39
3 changed files with 6 additions and 10 deletions
|
|
@ -44,8 +44,7 @@ namespace ICD.Common.Utils.Tests
|
|||
});
|
||||
|
||||
Assert.IsFalse(result);
|
||||
ThreadingUtils.Sleep(1000);
|
||||
Assert.IsTrue(result);
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => result, 1000));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
@ -59,8 +58,7 @@ namespace ICD.Common.Utils.Tests
|
|||
}, true);
|
||||
|
||||
Assert.IsFalse(result);
|
||||
ThreadingUtils.Sleep(1000);
|
||||
Assert.IsTrue(result);
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => result, 1000));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue