Skip to content

Commit c283a0c

Browse files
authored
gh-106197: Deduplicate tests in test_buffer (#106198)
1 parent 18f51f9 commit c283a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_buffer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4722,7 +4722,7 @@ def __buffer__(self, flags):
47224722
with self.assertRaises(ValueError):
47234723
c.buffer.tobytes()
47244724

4725-
def test_multiple_inheritance_buffer_last(self):
4725+
def test_multiple_inheritance_buffer_last_raising(self):
47264726
class A:
47274727
def __buffer__(self, flags):
47284728
raise RuntimeError("should not be called")

0 commit comments

Comments
 (0)