From 7e05578cb227bd84803b897d4938c1e5db5a7c50 Mon Sep 17 00:00:00 2001 From: Maddie Thai-Tang Date: Sat, 6 May 2023 16:44:24 -0400 Subject: [PATCH] fixed test id --- testing/test_error_diffs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_error_diffs.py b/testing/test_error_diffs.py index a0efb1294..7daf0eb47 100644 --- a/testing/test_error_diffs.py +++ b/testing/test_error_diffs.py @@ -277,7 +277,7 @@ TESTCASES = [ E + spam\\tbacon E + \\teggs love """, - id='Test "not in" string', + id="Test tab repr in diff", ), ]