mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 21:10:24 +00:00
🗯️ Remove FIXME
This commit is contained in:
parent
c5c6639c8b
commit
9753c88246
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class StoreSearchSpec: QuickSpec {
|
|||
expect(urlString) ==
|
||||
"https://itunes.apple.com/search?entity=macSoftware&term=\(appNameEncoded)&attribute=allTrackTerm"
|
||||
}
|
||||
// FIXME: Find a character that causes addingPercentEncoding(withAllowedCharacters to return nil
|
||||
// Find a character that causes addingPercentEncoding(withAllowedCharacters to return nil
|
||||
xit("is nil when app name cannot be url encoded") {
|
||||
let appName = "`~!@#$%^&*()_+ 💩"
|
||||
let urlString = storeSearch.searchURLString(forApp: appName)
|
||||
|
|
Loading…
Reference in a new issue