Skip to content

Commit

Permalink
Solution for Spongecase Challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
likechrisss committed Dec 29, 2024
1 parent 40ff42f commit b4cf55a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file removed solutions/challenge_2/__init__ .py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Empty strings
"""
import unittest
from solutions.challenge_2.spongecase_challenge import spongecase
from solutions.spongecase_challenge import spongecase

class TestSpongeCase(unittest.TestCase):
"""Unit tests for the spongecase function."""
Expand Down

0 comments on commit b4cf55a

Please sign in to comment.