Skip to content

Rename CheckSimulationKind to CheckSimulationNoKind

Marcos Huck requested to merge feature/sim_no_kind into feature/code_refactor

Context

The job in charge of checking that a certain simulation is parent wasn't named correctly, as it checked that the simulation wasn't a parent, instead of asserting that it is.

Change

This MR adds No to the specific generated job in charge of checking that a certain simulation shouldn't be a parent.

Other information

Additional documentation

Merge request reports