Fix class names.

Partial #592

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2024-10-21 07:38:51 -04:00
parent e927466dce
commit 490ee2d338
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ import Quick
@testable import mas
public class AppListsFormatterSpec: QuickSpec {
public class AppListFormatterSpec: QuickSpec {
override public func spec() {
// static func reference
let format = AppListFormatter.format(products:)

View file

@ -11,7 +11,7 @@ import Quick
@testable import mas
public class SearchResultsFormatterSpec: QuickSpec {
public class SearchResultFormatterSpec: QuickSpec {
override public func spec() {
// static func reference
let format = SearchResultFormatter.format(results:includePrice:)