Reapply "Display AEPs with 0/O, accept 0/O/=/#"
This commit is contained in:
parent
abc2e213c7
commit
71444c4eca
@ -31,8 +31,9 @@ struct DisplayableAccountEntropyPool {
|
||||
.uppercased()
|
||||
.map { char in
|
||||
switch char {
|
||||
case "0": "="
|
||||
case "O", "o": "#"
|
||||
// TODO: Reenable this once support is available for all platforms
|
||||
// case "0": "="
|
||||
// case "O", "o": "#"
|
||||
default: char
|
||||
}
|
||||
},
|
||||
|
||||
@ -7,6 +7,7 @@ import SignalServiceKit
|
||||
import Testing
|
||||
@testable import Signal
|
||||
|
||||
@Suite(.disabled("Waiting for TODO at DisplayableAccountEntropyPool.swift:34"))
|
||||
struct DisplayableAccountEntropyPoolTest {
|
||||
private static let aepLength = AccountEntropyPool.Constants.byteLength
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user