diff --git a/Signal/Backups/DisplayableAccountEntropyPool.swift b/Signal/Backups/DisplayableAccountEntropyPool.swift index d3e97c6426..61d1d6cba5 100644 --- a/Signal/Backups/DisplayableAccountEntropyPool.swift +++ b/Signal/Backups/DisplayableAccountEntropyPool.swift @@ -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 } }, diff --git a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift index 0c092d0577..51838518c9 100644 --- a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift +++ b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift @@ -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