Skip to content

Commit 67a1fa5

Browse files
fixed space between @ and patch in test_visualizations.py
1 parent db4e57c commit 67a1fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_visualizations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525

2626
# Mocking os.system to prevent clearing the screen
27-
@ patch('os.system')
27+
@patch('os.system')
2828
# Mocking os.get_terminal_size to control terminal size
29-
@ patch('os.get_terminal_size', return_value=(24, 80))
29+
@patch('os.get_terminal_size', return_value=(24, 80))
3030
class TestVisualizations(unittest.TestCase):
3131
def setUp(self):
3232
# Create a mock stop event

0 commit comments

Comments
 (0)