Skip to content

Commit 518f63f

Browse files
committed
test: run change refresh doctype fixture in CI
The change refresh modifier example used a .test.mdl suffix, so the doctype fixture runner skipped it even though review feedback expected it to be part of CI coverage. Rename the fixture to .mdl and update the proposal reference so the existing doctype integration test discovers the example. Tests: - make build - ./bin/mxcli check mdl-examples/doctype-tests/change_refresh_modifier.mdl - go test ./mdl/executor -run 'ChangeRefresh|RefreshInClient' -count=1 - make test
1 parent db1b1e9 commit 518f63f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/11-proposals/PROPOSAL_microflow_change_refresh_modifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `refresh` modifier maps directly to `ChangeObjectAction.RefreshInClient`. Om
2121

2222
## Tests And Examples
2323

24-
`mdl-examples/doctype-tests/change_refresh_modifier.test.mdl` demonstrates both forms. Go tests cover formatter output, parser behavior, and builder serialization.
24+
`mdl-examples/doctype-tests/change_refresh_modifier.mdl` demonstrates both forms. Go tests cover formatter output, parser behavior, and builder serialization.
2525

2626
## Open Questions
2727

mdl-examples/doctype-tests/change_refresh_modifier.test.mdl renamed to mdl-examples/doctype-tests/change_refresh_modifier.mdl

File renamed without changes.

0 commit comments

Comments
 (0)