given we renamed sink to black-hole, change the tests too.
1 files changed, 4 insertions(+), 4 deletions(-)

M sand.tests.el
M sand.tests.el +4 -4
@@ 14,13 14,13 @@ BODY is the body code."
 
 (ert-deftest can-drop-to ()
   (should (equal t
-                 (sand//can-drop-to 'sand 'sink)))
+                 (sand//can-drop-to 'sand 'black-hole)))
   (should (equal t
-                 (sand//can-drop-to 'glass 'sink)))
+                 (sand//can-drop-to 'glass 'black-hole)))
   (should (equal t
-                 (sand//can-drop-to 'rock 'sink)))
+                 (sand//can-drop-to 'rock 'black-hole)))
   (should (equal t
-                 (sand//can-drop-to 'antimatter 'sink))))
+                 (sand//can-drop-to 'antimatter 'black-hole))))
 
 (ert-deftest can-drop-to/double-antimatter ()
   (should-not (sand//can-drop-to 'antimatter 'antimatter)))