diff --git a/integration-tests/src/codegen/mod.rs b/integration-tests/src/codegen/mod.rs index 4f35f5d3e9..2a2fe8fa88 100644 --- a/integration-tests/src/codegen/mod.rs +++ b/integration-tests/src/codegen/mod.rs @@ -20,7 +20,7 @@ /// Generate by: /// /// - run `polkadot --dev --tmp` node locally -/// - `cargo run --release -p subxt-cli -- codegen | rustfmt > subxt/tests/integration/codegen/polkadot.rs` +/// - `cargo run --release -p subxt-cli -- codegen | rustfmt > integration-tests/src/codegen/polkadot.rs` #[rustfmt::skip] #[allow(clippy::all)] mod polkadot;