Skip to content

Commit

Permalink
Fix the Snapshot Tests (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev authored Jun 15, 2024
1 parent 5aebbbf commit a4ff94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SnapshotTests/SubscriptionsViewSnapshotTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ final class SubscriptionsViewSnapshotTests: SnapshotTestCase {
of: makeView()
.subscriptionMarketingContent(view: { Text("Header View") })
#if os(iOS)
.subscriptionBackground(Color.gray)
.subscriptionBackground(Color.green)
.subscriptionHeaderContentBackground(Color.blue)
.subscriptionButtonLabel(.multiline)
#endif
.storeButton(.visible, types: .policies)
.tintColor(.green)
.tintColor(.red)
.subscriptionControlStyle(.button),

size: .size
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4ff94f

Please sign in to comment.