Skip to content

Commit 8769d69

Browse files
committed
fix test
1 parent 7bbb218 commit 8769d69

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

contracts/TopShot.cdc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,8 +1270,6 @@ access(all) contract TopShot: NonFungibleToken {
12701270
// does nothing if the moment is not locked
12711271
topShotLockingAdmin.unlockByID(id: id)
12721272

1273-
// Remove the nft from the Collection
1274-
12751273
Burner.burn(<-self.withdraw(withdrawID: id))
12761274
}
12771275
}

lib/go/contracts/internal/assets/assets.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/go/test/fast_break_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func TestFastBreak(t *testing.T) {
143143
},
144144
)
145145
tx1.
146-
SetComputeLimit(100).
146+
SetComputeLimit(999).
147147
SetProposalKey(b.ServiceKey().Address, b.ServiceKey().Index, b.ServiceKey().SequenceNumber).
148148
SetPayer(b.ServiceKey().Address)
149149

0 commit comments

Comments
 (0)