aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/cifuzz/fuzz_target_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cifuzz/fuzz_target_test.py')
-rw-r--r--infra/cifuzz/fuzz_target_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cifuzz/fuzz_target_test.py b/infra/cifuzz/fuzz_target_test.py
index 8411a854..5e65d02a 100644
--- a/infra/cifuzz/fuzz_target_test.py
+++ b/infra/cifuzz/fuzz_target_test.py
@@ -195,7 +195,7 @@ class IsCrashReportableTest(fake_filesystem_unittest.TestCase):
self.test_target.out_dir = tmp_dir
self.assertTrue(self.test_target.is_crash_reportable(self.testcase_path))
mocked_info.assert_called_with(
- 'The crash doesn\'t reproduce on previous build. '
+ 'The crash is not reproducible on previous build. '
'Code change (pr/commit) introduced crash.')
# yapf: disable