diff --git a/tests/test_record.py b/tests/test_record.py index e224059..2970690 100644 --- a/tests/test_record.py +++ b/tests/test_record.py @@ -37,7 +37,7 @@ def test_record_stop(): assert 'Recording is not in progress, cannot stop.' in result.stderr else: assert result.exit_code == 0 - assert 'Recording stopped successfully.' in result.stdout + assert 'Recording stopped successfully. Saved to:' in result.stdout time.sleep(0.5) # Wait for the recording to stop