trying to fix CI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user