Skip to content

Commit f07aa5f

Browse files
committed
🐛Change test_main.py category "miscellaneous" to "misc"
1 parent 3524b29 commit f07aa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
except Exception as e:
2828
errors.append({'Error in': 'category programming', 'Error': e})
2929
try:
30-
j.get_joke(category=["miscellaneous"], auth_token=token)
30+
j.get_joke(category=["misc"], auth_token=token)
3131
except Exception as e:
3232
errors.append({'Error in': 'category miscellaneous', 'Error': e})
3333
try:

0 commit comments

Comments
 (0)