We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0db603 commit fa4feacCopy full SHA for fa4feac
ring_buffer/test_ring_buffer.py
@@ -36,7 +36,7 @@ def test_ring_buffer(self):
36
37
for i in range(50):
38
self.buffer_2.append(i)
39
- self.assertEqual(self.buffer_2.get(), [45, 46, 47, 48, 49])
+ self.assertEqual(self.buffer_2.get(), [45, 46, 47, 48, 49])
40
41
42
if __name__ == '__main__':
0 commit comments