Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update tests/vowels/test_checkvowels.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Horodilov <[email protected]>
  • Loading branch information
Rishitha-VasiReddy and shorodilov authored Nov 25, 2023
1 parent d78012b commit ffca08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/vowels/test_checkvowels.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

from checkvowels import is_character_vowel
from vowels.checkvowels import is_character_vowel


def test_is_character_vowel():
assert is_character_vowel('a') == True
Expand Down

0 comments on commit ffca08a

Please sign in to comment.