Marcin Krzyżanowski 9 anni fa
parent
commit
2e5978c568
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      CryptoSwiftTests/ExtensionsTest.swift

+ 1 - 1
CryptoSwiftTests/ExtensionsTest.swift

@@ -43,7 +43,7 @@ final class ExtensionsTest: XCTestCase {
     }
     
     func testBytes() {
-        let size = sizeof(UInt32) // 32 or 64  bit
+        let size = sizeof(UInt32.self) // 32 or 64  bit
         
         let i:UInt32 = 1024
         var bytes = i.bytes()