mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-14 04:05:04 +00:00
Tidying
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user