diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v5.exp b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v4.exp similarity index 100% rename from crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v5.exp rename to crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v4.exp diff --git a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v5.move b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v4.move similarity index 81% rename from crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v5.move rename to crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v4.move index 308c7cd2a63..7b9077a0ae6 100644 --- a/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v5.move +++ b/crates/iota-adapter-transactional-tests/tests/programmable/make_vec_non_existent_type_v4.move @@ -3,7 +3,7 @@ // SPDX-License-Identifier: Apache-2.0 -//# init --addresses test=0x0 --accounts A --protocol-version 71 +//# init --addresses test=0x0 --accounts A --protocol-version 4 //# programmable --sender A //> 0: MakeMoveVec([]);