Skip to content

Commit

Permalink
ok whatever, make it inconclusive
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
exyi committed Nov 30, 2024
1 parent 85e9471 commit c0da866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/Runtime/MarkupLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0da866

Please sign in to comment.