path: python-briefcase_0.3.25-2/tests/integrations/android_sdk/ADB/test_pidof.py
def test_pidof_succeed(adb):
    """adb.pidof() can be called on a process that exists."""
    adb.run = Mock(return_value="5678\n")
