Skip to content

Commit

Permalink
tests: configure token in the fixture with non-zero values so it does…
Browse files Browse the repository at this point in the history
… get reflected in the state file
  • Loading branch information
fredo committed Aug 17, 2023
1 parent fe3d532 commit 014d03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beamer/tests/config/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def deployment_objects(tmp_deployment_path, deployer, token):
# Call updateToken so that the eventual 'config read' command can pick up the token.
address = deployment.chain.contracts["RequestManager"].address
request_manager: Any = ape.project.RequestManager.at(address)
request_manager.updateToken(token.address, 0, 0)
request_manager.updateToken(token.address, 999, 1999)

return rpc_file, artifact, deployment

Expand Down

0 comments on commit 014d03d

Please sign in to comment.