Revert "Display AEPs with 0/O, accept 0/O/=/#"
This commit is contained in:
parent
7635902bb8
commit
abc2e213c7
@ -31,9 +31,8 @@ struct DisplayableAccountEntropyPool {
|
||||
.uppercased()
|
||||
.map { char in
|
||||
switch char {
|
||||
// TODO: Reenable this once support is available for all platforms
|
||||
// case "0": "="
|
||||
// case "O", "o": "#"
|
||||
case "0": "="
|
||||
case "O", "o": "#"
|
||||
default: char
|
||||
}
|
||||
},
|
||||
|
||||
@ -7,7 +7,6 @@ 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