Inbox handling #453
Annotations
3 errors and 1 warning
Build & Test:
test/radiator/outline/command_processor_test.exs#L85
test move_nodes_to_container successfully moves nodes to a new container (Radiator.Outline.CommandProcessorTest)
|
Build & Test:
test/radiator/outline/command_processor_test.exs#L108
test move_nodes_to_container fails when nodes are from different containers (Radiator.Outline.CommandProcessorTest)
|
Build & Test
Process completed with exit code 2.
|
Build & Test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|