[monotouch-test] Update setting the default floating point tolerance to how it's done in the official NUnitLite.

This commit is contained in:
Rolf Bjarne Kvinge 2020-07-14 15:59:23 +02:00
Родитель 4cee581ba5
Коммит a528c4e869
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,9 +77,9 @@ namespace MonoTouchFixtures.UIKit {
}
[Test]
[DefaultFloatingPointTolerance (0.00001)]
public void HSBA ()
{
GlobalSettings.DefaultFloatingPointTolerance = 0.00001;
RoundtripHSBA (UIColor.Black);
RoundtripHSBA (UIColor.Blue);
RoundtripHSBA (UIColor.Brown);