Skip to content

Commit

Permalink
Update MockGen+Const.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Feb 28, 2024
1 parent 198d0a1 commit 435f9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MockGen/MockGen+Const.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension MockGen {
/**
* Random full name
*
* - Fixme: ⚠️️ Create firstNames, lastNames, fullNames?
* - Fixme: ⚠️️ Create firstNames, lastNames, fullNames? this is now in use MockGen.randomFirstName etc
*/
public static var randomFullName: String? { Names.line }
}
Expand Down

0 comments on commit 435f9eb

Please sign in to comment.