Skip to content

Commit

Permalink
update test_prove_adder to use --id argument to skip new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Nov 12, 2024
1 parent 1d83403 commit 8a11b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_prove_adder(tmp_path: Path, symbolic_kasmer: Kasmer) -> None:
contract_wasm = symbolic_kasmer.build_soroban_contract(SOROBAN_CONTRACTS_DIR / 'test_adder', tmp_path)

# Then
symbolic_kasmer.deploy_and_prove(contract_wasm, (), tmp_path)
symbolic_kasmer.deploy_and_prove(contract_wasm, (), 'test_add', tmp_path)


def test_bindings(tmp_path: Path, concrete_kasmer: Kasmer) -> None:
Expand Down

0 comments on commit 8a11b75

Please sign in to comment.