From 0a153280e31f6e596dc954f9b7dd4944557ae499 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Fri, 24 Apr 2026 08:49:30 +0200 Subject: [PATCH] ff --- tests/unit/test_cli_convert_diagnostics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_cli_convert_diagnostics.py b/tests/unit/test_cli_convert_diagnostics.py index 3267262..c66462a 100644 --- a/tests/unit/test_cli_convert_diagnostics.py +++ b/tests/unit/test_cli_convert_diagnostics.py @@ -202,7 +202,7 @@ class ConvertDiagnosticCliTests(unittest.TestCase): self.assertEqual(0, result.exit_code, result.output) self.assertIn( - "All files converted with no ffmpeg findings requiring review.", + "All files converted with no issues.", result.output, )