mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
[V3 DataConverter] Fix past nicks conversion for mod (#1840)
* Fix existing tests permanently modifying attributes * Add dataconverter tests file * Fix past nicks spec converter * Update gitignore for dataconverter data files * Add data file for dataconverter test * Simplify fix
This commit is contained in:
26
tests/cogs/dataconverter/data/mod/past_nicknames.json
Normal file
26
tests/cogs/dataconverter/data/mod/past_nicknames.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"1" : {
|
||||
"1" : [
|
||||
"Test",
|
||||
"Test2",
|
||||
"TEST3"
|
||||
],
|
||||
"2" : [
|
||||
"Test4",
|
||||
"Test5",
|
||||
"TEST6"
|
||||
]
|
||||
},
|
||||
"2" : {
|
||||
"1" : [
|
||||
"Test",
|
||||
"Test2",
|
||||
"TEST3"
|
||||
],
|
||||
"2" : [
|
||||
"Test4",
|
||||
"Test5",
|
||||
"TEST6"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user