Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroqn committed Apr 29, 2022
1 parent 11b9dbb commit a22bc9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devtools/ci/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ else
git clone --depth=1 https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR
fi
cd $GODWOKEN_DIR
# checkout https://github.com/nervosnetwork/godwoken/pull/659/head
git fetch origin 8d32a46d4abc36dcf1d9dccd3ac5f69d050c246e
# checkout https://github.com/nervosnetwork/godwoken/pull/675/merge
git fetch origin pull/675/merge
git checkout FETCH_HEAD
git submodule update --init --recursive --depth=1

Expand Down
2 changes: 1 addition & 1 deletion polyjuice-tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polyjuice-tests/src/test_cases/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn test_error_handling() {
// init accounts
let from_eth_address = [1u8; 20];
let (from_id, _from_script_hash) =
helper::create_eth_eoa_account(&mut state, &from_eth_address, 400000);
helper::create_eth_eoa_account(&mut state, &from_eth_address, 400000u64.into());

// deploy Error contract
let run_result = helper::deploy(
Expand Down

0 comments on commit a22bc9f

Please sign in to comment.