Skip to content

Commit 94f4831

Browse files
committed
Fixed test
1 parent 3b237a4 commit 94f4831

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_simpler_kokoro.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as np
1515

1616
# Import the module to test
17-
from simpler_kokoro import (
17+
from Simpler_Kokoro import (
1818
SimplerKokoro,
1919
Voice,
2020
GenerationConfig,
@@ -748,4 +748,5 @@ def test_empty_voice_list(self, mock_list_files):
748748

749749

750750
if __name__ == '__main__':
751-
pytest.main([__file__, '-v', '--tb=short'])
751+
pytest.main([__file__, '-v', '--tb=short'])
752+

0 commit comments

Comments
 (0)