From c0da866864dcd0dbdcb22b8216450ec07e5c5e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Standa=20Luke=C5=A1?= Date: Sat, 30 Nov 2024 10:36:46 +0100 Subject: [PATCH] ok whatever, make it inconclusive It failed with: Assert.Fail failed. File system resolution is probably too low (2024-11-29T16:22:57.2569233Z == 2024-11-29T16:22:57.2569233Z), ignores changes or something. --- src/Tests/Runtime/MarkupLoaderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/Runtime/MarkupLoaderTests.cs b/src/Tests/Runtime/MarkupLoaderTests.cs index a4bb7daf0..8a9b5e1c4 100644 --- a/src/Tests/Runtime/MarkupLoaderTests.cs +++ b/src/Tests/Runtime/MarkupLoaderTests.cs @@ -81,7 +81,7 @@ public void FileReloading(bool debug) { var changedTime2 = File.GetLastWriteTimeUtc(file); if (changedTime1 == changedTime2) - Assert.Fail($"File system resolution is probably too low ({changedTime1:o} == {changedTime2:o}), ignores changes or something."); + Assert.Inconclusive($"File system resolution is probably too low ({changedTime1:o} == {changedTime2:o}), ignores changes or something."); Assert.AreEqual(typeof(int), builderChanged.descriptor.DataContextType); Assert.AreNotSame(builder0.builder, builderChanged.builder); // different Lazy instance