CoreAssertTrueVersion: v0.19.0-alpha 🚧AssertTrueAlias:AssertTrueOutput:UnitReturns an error if the nested step does not return true.ParameterTypeRequiredPositionSummaryBooleanbool✔1The bool to test.Examples​SCL​AssertTrue ((2 + 2) == 4)