Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Sep 25, 2023
1 parent c97d68e commit 3f280e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum_bridge/src/protocol/transactions/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mod tests {
fn test_value() -> Result<()> {
let key = storage::Key::parse("some arbitrary key")
.expect("could not set up test");
let value = 21u64;
let value = 21i32;
let mut wl_storage = TestWlStorage::default();
let serialized = value.serialize_to_vec();
wl_storage
Expand Down

0 comments on commit 3f280e2

Please sign in to comment.