Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 29, 2024
1 parent 3233c3f commit d3b26bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bridges/snowbridge/pallets/inbound-queue-v2/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fn test_submit_happy_path() {
.into(),
nonce: 1,
message_id: [
255, 125, 48, 71, 174, 185, 100, 26, 159, 43, 108, 6, 116, 218, 55, 155, 223, 143,
141, 22, 124, 110, 241, 18, 122, 217, 130, 29, 139, 76, 97, 201,
58, 236, 7, 182, 64, 252, 7, 252, 177, 254, 185, 191, 57, 48, 220, 69, 171, 153,
231, 247, 25, 215, 205, 176, 138, 103, 145, 77, 54, 174, 46, 98,
],
fee_burned: 110000000000,
}
Expand Down
4 changes: 2 additions & 2 deletions bridges/snowbridge/pallets/inbound-queue/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fn test_submit_happy_path() {
.into(),
nonce: 1,
message_id: [
255, 125, 48, 71, 174, 185, 100, 26, 159, 43, 108, 6, 116, 218, 55, 155, 223, 143,
141, 22, 124, 110, 241, 18, 122, 217, 130, 29, 139, 76, 97, 201,
58, 236, 7, 182, 64, 252, 7, 252, 177, 254, 185, 191, 57, 48, 220, 69, 171, 153,
231, 247, 25, 215, 205, 176, 138, 103, 145, 77, 54, 174, 46, 98,
],
fee_burned: 110000000000,
}
Expand Down

0 comments on commit d3b26bb

Please sign in to comment.