urbit/tests/app/dns.hoon

15 lines
241 B
Plaintext
Raw Normal View History

2018-11-05 20:57:15 +03:00
/+ *test
::
/= app /: /===/app/dns
/!noun/
::
|%
:: tests that :dns preps without moves
::
++ test-prep
=^ moves app (~(prep app *bowl:gall *state:app) ~)
%+ expect-eq
!> *(list move:app)
!> moves
--