summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_evendoors.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_evendoors.rb b/test/test_evendoors.rb
index 628ae39..057742f 100644
--- a/test/test_evendoors.rb
+++ b/test/test_evendoors.rb
@@ -23,8 +23,8 @@ class InputDoor < Iotas::Door
puts " -> start #{self.class.name} (#{@path})"
# stimulate myself
p = require_p Iotas::Particle
- p.add_dst Iotas::ACT_GET, path
- send_p p
+ # p.add_dst Iotas::ACT_GET, path
+ send_p p, Iotas::ACT_GET
end
#
def stop!