Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Aug 25, 2023
1 parent 33740a1 commit 150783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/can_get_child_factory_and_filter_caps.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fun main(addr: Address, parent: Address): Bool {
let filter = acctPublic.getCapabilityFactory()
assert(filter.check(), message: "capability filter is not valid")

let factory = acctPublic.getCapabilityFactory()
let factory = acctPublic.getCapabilityFilter()
assert(factory.check(), message: "capability factory is not valid")

return true
Expand Down

0 comments on commit 150783f

Please sign in to comment.