Skip to content

Commit f2d309e

Browse files
committed
Finally correcting public version of system number for #14
1 parent 8848641 commit f2d309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OTPKit/Components/Producer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ final public class OTPProducer: Component {
763763
- systemNumbers: Optional: An optional array of System Numbers to be reset.
764764

765765
*/
766-
public func testOnlyResetTransformFolioNumbers(for systemNumbers: [SystemNumber]? = nil) {
766+
public func testOnlyResetTransformFolioNumbers(for systemNumbers: [OTPSystemNumber]? = nil) {
767767
Self.queue.sync(flags: .barrier) {
768768
if let systemNumbers = systemNumbers {
769769
transformFolios = transformFolios.enumerated().map { systemNumbers.contains(UInt8($0.offset)+1) ? FolioNumber.min : $0.element }

0 commit comments

Comments
 (0)