mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-03-08 22:24:48 -04:00
Black tests and setup.py (#1657)
This commit is contained in:
@@ -2,5 +2,5 @@ from redbot import core
|
||||
|
||||
|
||||
def test_version_working():
|
||||
assert hasattr(core, '__version__')
|
||||
assert hasattr(core, "__version__")
|
||||
assert core.__version__[0] == "3"
|
||||
|
||||
Reference in New Issue
Block a user