Skip to content

Commit 5acaf06

Browse files
authored
Update XCTestManifests.swift
Signed-off-by: futreall <86553580+futreall@users.noreply.github.com>
1 parent 98e2219 commit 5acaf06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/CryptoSwiftTests/XCTestManifests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,11 @@ extension Scrypt {
364364
]
365365
}
366366

367-
extension ScryptTestsPeft {
367+
extension ScryptTestsPerf {
368368
// DO NOT MODIFY: This is autogenerated, use:
369369
// `swift test --generate-linuxmain`
370370
// to regenerate.
371-
static let __allTests__ScryptTestsPeft = [
371+
static let __allTests__ScryptTestsPerf = [
372372
("testScryptPerformance", testScryptPerformance),
373373
]
374374
}
@@ -400,7 +400,7 @@ public func __allTests() -> [XCTestCaseEntry] {
400400
testCase(RabbitTestsPerf.__allTests__RabbitTestsPerf),
401401
testCase(SHATestsPerf.__allTests__SHATestsPerf),
402402
testCase(Scrypt.__allTests__Scrypt),
403-
testCase(ScryptTestsPeft.__allTests__ScryptTestsPeft),
403+
testCase(ScryptTestsPerf.__allTests__ScryptTestsPerf),
404404
]
405405
}
406406
#endif

0 commit comments

Comments
 (0)