Skip to content

Commit

Permalink
tests: fix epoch 3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Oct 25, 2024
1 parent 25474ea commit 1d83563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployments/default.simnet-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ plan:
contract-name: counter
emulated-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
path: contracts/counter.clar
clarity-version: 2
clarity-version: 3
- emulated-contract-call:
contract-id: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.counter
emulated-sender: ST1SJ3DTE5DN7X54YDH5D64R3BCB6A2AG2ZQ8YPD5
Expand All @@ -65,4 +65,4 @@ plan:
mstx-amount: 2222222
cost: 1000
anchor-block-only: true
epoch: "2.5"
epoch: "3.0"
2 changes: 1 addition & 1 deletion tests/counter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const accounts = simnet.getAccounts();
const address1 = accounts.get("wallet_1")!;

const initialCount = 1;
const initialHeight = 1;
const initialHeight = 2;

describe("the chain reset between tests", () => {
it("advances 20 blocks", () => {
Expand Down

0 comments on commit 1d83563

Please sign in to comment.