Skip to content

Commit 4553970

Browse files
committed
fix: remove false integration test claim in MPR008 test comment
1 parent eeefd79 commit 4553970

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mdl/linter/rules/mpr008_overlapping_activities_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ func TestOverlappingActivitiesRule_Metadata(t *testing.T) {
3737
}
3838

3939
// NOTE: The full Check() logic for overlapping activities requires ctx.Reader().GetMicroflow()
40-
// which needs a real *mpr.Reader. The overlap detection algorithm is tested via integration
41-
// tests. Here we verify constants used for overlap threshold.
40+
// which needs a real *mpr.Reader. This rule currently lacks end-to-end coverage;
41+
// behavioral testing requires a real .mpr project. Here we verify constants used for
42+
// overlap threshold.
4243

4344
func TestOverlappingActivities_Constants(t *testing.T) {
4445
if activityBoxWidth != 120 {

0 commit comments

Comments
 (0)