aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test_core_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_core_init.py')
-rw-r--r--src/tests/test_core_init.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tests/test_core_init.py b/src/tests/test_core_init.py
index 438f7fe..950dc13 100644
--- a/src/tests/test_core_init.py
+++ b/src/tests/test_core_init.py
@@ -4,15 +4,15 @@ from ..core import Core
def test_component_names():
core = Core()
assert core.compNames == [
- 'Classic Visualizer',
- 'Color',
+ "Classic Visualizer",
+ "Color",
"Conway's Game of Life",
- 'Image',
- 'Sound',
- 'Spectrum',
- 'Title Text',
- 'Video',
- 'Waveform',
+ "Image",
+ "Sound",
+ "Spectrum",
+ "Title Text",
+ "Video",
+ "Waveform",
]