Skip to content

Commit

Permalink
♻️ small ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codereport committed Apr 19, 2024
1 parent 8aa3298 commit b815f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def challenge_tests():

print("🟢🟡🔴 Jello Tests 🔴🟡🟢\n")

print("\nUnit Tests:")
print("Unit Tests:")

# shorter tests
unit_test("+ half", "S", "B₁")
Expand Down Expand Up @@ -76,7 +76,7 @@ def challenge_tests():
unit_test("max scan uniq len", "BB", "BB") # 9
unit_test("rev max scan rev : r = prior _ c = idx sub1", "BBΣ", "BBΔ") # 10

print("\n\nChallenges.md Tests:\n")
print("\n\nChallenges.md Tests:")

for a, b in challenge_tests():
try:
Expand Down

0 comments on commit b815f15

Please sign in to comment.