mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Render clearrates for private songs for that user
This commit is contained in:
@@ -855,7 +855,7 @@ mod tests {
|
||||
|
||||
assert_eq!(asset_gate(current, "Windows", ""), None);
|
||||
assert_eq!(asset_gate(current, "android", ""), None);
|
||||
assert_eq!(asset_gate(current, "ios", ""), Some(global::RESULT_GAME_VERSION_UPDATED));
|
||||
assert_eq!(asset_gate(current, "ios", ""), None);
|
||||
|
||||
assert_eq!(asset_gate(stock, "android", ""), None);
|
||||
assert_eq!(asset_gate(stock, "ios", ""), None);
|
||||
|
||||
Reference in New Issue
Block a user