Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Sep 8, 2023
1 parent 55653b2 commit 94d607b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/xcvm/lib/core/src/cosmwasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ mod tests {
msg.bindings,
vec![
(32, BindingValue::Asset(1.into())),
(62, BindingValue::Register(Register::This)),
(89, BindingValue::Register(Register::Tip)),
(64, BindingValue::Register(Register::This)),
(91, BindingValue::Register(Register::Tip)),
]
);

Expand All @@ -613,8 +613,8 @@ mod tests {
assert_eq!(
msg.bindings,
vec![
(82, BindingValue::Register(Register::This)),
(109, BindingValue::Register(Register::Tip))
(84, BindingValue::Register(Register::This)),
(111, BindingValue::Register(Register::Tip))
]
);

Expand Down

0 comments on commit 94d607b

Please sign in to comment.