public void DropActionCallsCorrectActorAction() { var action = new Drop(_testPlayer, ""); Assert.Equal("drop", action.Do().ToString()); }