vool working after message change

This commit is contained in:
2019-08-22 21:24:02 +03:00
parent 0a1b05b2ee
commit 0c49612e5e
10 changed files with 45 additions and 16 deletions

View File

@ -60,7 +60,7 @@ module VoolBlocks
assert @ins.left
end
def test_slots_left
assert_equal [:caller,:caller, :arguments, :arg] , @ins.left.slots
assert_equal [:caller,:caller, :arg1] , @ins.left.slots
end
end