trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 23s
Create tag and build when new code gets to main / Export (push) Successful in 7m9s
Create tag and build when new code gets to main / Test (push) Failing after 5m6s

This commit is contained in:
2026-02-22 16:06:04 +01:00
parent 8d2fe1001e
commit 96b4fa7197
7 changed files with 74 additions and 80 deletions

View File

@@ -14,7 +14,6 @@ public class HealthComponentUnitTest
{
var cHealth = new CHealth();
cHealth.RHealth = new RHealth(150.0f);
// Simulate Godot ready
cHealth._Ready();
AssertFloat(cHealth.CurrentHealth).IsEqual(150.0f);
}