Skip to content

Commit 2e559c3

Browse files
authored
[NFC] Correct the misuse of the API in the Clang test-report script (#108725)
ref: https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertEqual
1 parent a59e5d8 commit 2e559c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/scan-build-py/tests/unit/test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def test_merge_updates_embedded_link(self):
538538
"test message 6-1 [link](sarif:/runs/4/results/0)",
539539
],
540540
)
541-
self.assertEquals(
541+
self.assertEqual(
542542
thread_flows,
543543
[
544544
"test message 1-2 [link](sarif:/runs/1/results/0)",

0 commit comments

Comments
 (0)