Skip to content

Commit

Permalink
Fix SwiftUI Unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jul 7, 2022
1 parent 702b7a6 commit 2398c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OnboardingAvatarViewModelTests: XCTestCase {
private enum Constants {
static let userId = "@user:matrix.org"
static let displayName = "Alice"
static let avatarColorCount = DefaultThemeSwiftUI().colors.namesAndAvatars.count
static let avatarColorCount = DefaultThemeSwiftUI().colors.contentAndAvatars.count
static let avatarImage = Asset.Images.appSymbol.image
}

Expand Down

0 comments on commit 2398c15

Please sign in to comment.