Skip to content

Commit

Permalink
Remove obsolete vByteOffset from tests (#649)
Browse files Browse the repository at this point in the history
* Remove obsolete vByteOffset from tests

* Trailing commas
  • Loading branch information
thibault-martinez committed Jun 21, 2023
1 parent 7c8fba4 commit 6ccea6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sdk/tests/client/client_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ async fn client_builder() {
"rentStructure":{
"vByteCost":100,
"vByteFactorKey":10,
"vByteFactorData":1,
"vByteOffset":380
"vByteFactorData":1
},
"tokenSupply":1813620509061365
},
Expand Down Expand Up @@ -104,8 +103,7 @@ async fn client_builder() {
"rentStructure":{
"vByteCost":100,
"vByteFactorKey":10,
"vByteFactorData":1,
"vByteOffset":380
"vByteFactorData":1
},
"tokenSupply":1813620509061365
},
Expand Down

0 comments on commit 6ccea6b

Please sign in to comment.