Skip to content

Commit

Permalink
Point to correct test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke authored Mar 8, 2017
1 parent f207a93 commit 22c37af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/SRPTests/SRPTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ class SRPTests: XCTestCase {

static var allTests : [(String, (SRPTests) -> () throws -> Void)] {
return [
("testSuccess", testSuccess),
("testSHA1", testSHA1),
("testSHA256", testSHA256),
("testCustomGroupParameters", testCustomGroupParameters),
("testUtf8", testUtf8),
("testClientAborts", testClientAborts),
Expand Down

0 comments on commit 22c37af

Please sign in to comment.