Browse Source

Fix DigestTests tests

Marcin Krzyżanowski 9 years ago
parent
commit
7157d641fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CryptoSwiftTests/DigestTests.swift

+ 1 - 1
Tests/CryptoSwiftTests/DigestTests.swift

@@ -12,7 +12,7 @@ import XCTest
 import Foundation
 import Foundation
 @testable import CryptoSwift
 @testable import CryptoSwift
 
 
-final class HashTests: XCTestCase {
+final class DigestTests: XCTestCase {
     
     
     func testMD5Data() {
     func testMD5Data() {
         let data = [0x31, 0x32, 0x33] as Array<UInt8> // "1", "2", "3"
         let data = [0x31, 0x32, 0x33] as Array<UInt8> // "1", "2", "3"