mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
[V3 Downloader] Make shared libraries work and make repo handling smarter (#1313)
* Make stuff stateless * Update shared lib stuff
This commit is contained in:
@@ -66,6 +66,6 @@ def test_repo_name(installable):
|
||||
|
||||
def test_serialization(installable):
|
||||
data = installable.to_json()
|
||||
location = data["location"]
|
||||
cog_name = data["cog_name"]
|
||||
|
||||
assert location[-1] == "test_cog"
|
||||
assert cog_name == "test_cog"
|
||||
|
||||
Reference in New Issue
Block a user