Skip to content

Commit

Permalink
[gql] affix protocol version to e2e test (#19556)
Browse files Browse the repository at this point in the history
## 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:
  • Loading branch information
wlmyng authored Sep 25, 2024
1 parent fe17fe2 commit 7a4ecf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ task 7, lines 35-40:
Response: {
"data": {
"object": {
"digest": "ig3beP5kc79atHUitXDvwpmZfH5AM5ZaKzaySVdJxL3"
"digest": "5SXEg3CCA8xgEzDmyyqtpFjrhn3m53ziW4gaDuCgdSjt"
}
}
}
Expand All @@ -44,7 +44,7 @@ task 8, lines 42-47:
Response: {
"data": {
"object": {
"digest": "HzGF2DsFWkXbAm9bhRwDC8ams4VaxqxVYEw5zwEmVyPj"
"digest": "7VWN2PsjurHdwiHhSYsrH7RVJPmS6Lrmqw9hNcGkqPWv"
}
}
}
Expand All @@ -62,7 +62,7 @@ task 11, lines 54-59:
Response: {
"data": {
"object": {
"digest": "ig3beP5kc79atHUitXDvwpmZfH5AM5ZaKzaySVdJxL3"
"digest": "5SXEg3CCA8xgEzDmyyqtpFjrhn3m53ziW4gaDuCgdSjt"
}
}
}
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 7a4ecf8

Please sign in to comment.