adds trivial :dns test

This commit is contained in:
Joe Bryan 2018-11-05 12:57:15 -05:00
parent 55e618a0b6
commit 2db865e801

14
tests/app/dns.hoon Normal file
View File

@ -0,0 +1,14 @@
/+ *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
--