mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
(define-public (test-can-receive-name-none)
|
|
(begin
|
|
(asserts!
|
|
(is-eq (ok true) (contract-call? .bns can-receive-name tx-sender))
|
|
(err "Should be able to receive a name")
|
|
)
|
|
(ok true)
|
|
)
|
|
) |