From 1f56fd3444b6f7667a7036a29cba825f7eac77b0 Mon Sep 17 00:00:00 2001 From: c8ef Date: Sun, 15 Sep 2024 10:00:12 +0800 Subject: [PATCH] Update test_report.py --- clang/tools/scan-build-py/tests/unit/test_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/scan-build-py/tests/unit/test_report.py b/clang/tools/scan-build-py/tests/unit/test_report.py index 4d85590a21122..88dcb965d0da3 100644 --- a/clang/tools/scan-build-py/tests/unit/test_report.py +++ b/clang/tools/scan-build-py/tests/unit/test_report.py @@ -538,7 +538,7 @@ def test_merge_updates_embedded_link(self): "test message 6-1 [link](sarif:/runs/4/results/0)", ], ) - self.assertEquals( + self.assertEqual( thread_flows, [ "test message 1-2 [link](sarif:/runs/1/results/0)",