mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
7 lines
132 B
Python
7 lines
132 B
Python
from redbot import core
|
|
|
|
|
|
def test_version_working():
|
|
assert hasattr(core, "__version__")
|
|
assert core.__version__[0] == "3"
|