tests: fix module ordering for output_last_message in test suite

This commit is contained in:
pakrym-oai
2025-10-02 16:16:49 -07:00
parent 0a2f502de9
commit 933d8dc3e8

View File

@@ -1,7 +1,7 @@
// Aggregates all former standalone integration tests as modules.
mod apply_patch;
mod output_last_message;
mod auth_env;
mod output_last_message;
mod output_schema;
mod resume;
mod sandbox;