Skip to content

Commit 153d7e2

Browse files
authored
Merge pull request #1 from onetechnical/no-semis-3-9-2
Tests: Remove using unreleased semicolon support in AVM test
2 parents f68abac + b118d17 commit 153d7e2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ledger/internal/apptxn_test.go

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3310,9 +3310,14 @@ func TestReloadWithTxns(t *testing.T) {
33103310
dl.fullBlock() // So that the `block` opcode has a block to inspect
33113311

33123312
lookHdr := txntest.Txn{
3313-
Type: "appl",
3314-
Sender: addrs[0],
3315-
ApprovalProgram: "txn FirstValid; int 1; -; block BlkTimestamp",
3313+
Type: "appl",
3314+
Sender: addrs[0],
3315+
ApprovalProgram: `
3316+
txn FirstValid
3317+
int 1
3318+
-
3319+
block BlkTimestamp
3320+
`,
33163321
}
33173322

33183323
dl.fullBlock(&lookHdr)

0 commit comments

Comments
 (0)