Skip to content

Commit

Permalink
fix web test
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Oct 23, 2024
1 parent 8b19537 commit d468c87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/web/goldfile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { VERSION } from '../../src/version';

export const TEAL = `#pragma version 10
intcblock 1
// This TEAL was generated by TEALScript v${VERSION}
// https://github.com/algorandfoundation/TEALScript
Expand Down Expand Up @@ -92,7 +93,7 @@ getDifference:
itob
concat
log
pushint 1
intc 0 // 1
return
// doMath(a: uint64, b: uint64, operation: string): uint64
Expand Down Expand Up @@ -158,7 +159,7 @@ doMath:
retsub
*abi_route_createApplication:
pushint 1
intc 0 // 1
return
*create_NoOp:
Expand Down

0 comments on commit d468c87

Please sign in to comment.