From 7a4ecf8083c06bd46a109c9b9f9608360177920a Mon Sep 17 00:00:00 2001 From: wlmyng <127570466+wlmyng@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:57:58 -0700 Subject: [PATCH] [gql] affix protocol version to e2e test (#19556) ## Description Hope this addresses ci test issues ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --- .../tests/stable/objects/full_objects_history.exp | 6 +++--- .../tests/stable/objects/full_objects_history.move | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.exp b/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.exp index 72a71621db604..023398284d7a0 100644 --- a/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.exp +++ b/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.exp @@ -34,7 +34,7 @@ task 7, lines 35-40: Response: { "data": { "object": { - "digest": "ig3beP5kc79atHUitXDvwpmZfH5AM5ZaKzaySVdJxL3" + "digest": "5SXEg3CCA8xgEzDmyyqtpFjrhn3m53ziW4gaDuCgdSjt" } } } @@ -44,7 +44,7 @@ task 8, lines 42-47: Response: { "data": { "object": { - "digest": "HzGF2DsFWkXbAm9bhRwDC8ams4VaxqxVYEw5zwEmVyPj" + "digest": "7VWN2PsjurHdwiHhSYsrH7RVJPmS6Lrmqw9hNcGkqPWv" } } } @@ -62,7 +62,7 @@ task 11, lines 54-59: Response: { "data": { "object": { - "digest": "ig3beP5kc79atHUitXDvwpmZfH5AM5ZaKzaySVdJxL3" + "digest": "5SXEg3CCA8xgEzDmyyqtpFjrhn3m53ziW4gaDuCgdSjt" } } } diff --git a/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.move b/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.move index e2776c348bd3b..697e61845c031 100644 --- a/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.move +++ b/crates/sui-graphql-e2e-tests/tests/stable/objects/full_objects_history.move @@ -1,7 +1,7 @@ // Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 -//# init --addresses Test=0x0 --simulator --epochs-to-keep 1 +//# init --protocol-version 51 --addresses Test=0x0 --simulator --epochs-to-keep 1 //# publish module Test::M1 {