Skip to content

Commit

Permalink
Use fake URLs for ExternalSourceViewElement and AudioVideoViewElement…
Browse files Browse the repository at this point in the history
… in ProjectPageViewControllerTests
  • Loading branch information
amy-at-kickstarter committed Oct 18, 2023
1 parent de954dd commit f0bf8e5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -41,12 +41,12 @@ internal final class ProjectPageViewControllerTests: TestCase {
caption: "camera"
),
AudioVideoViewElement(
sourceURLString: "https://source.com",
sourceURLString: "https://not-a-real-url-dot-com",
thumbnailURLString: nil,
seekPosition: .zero
),
ExternalSourceViewElement(
embeddedURLString: "https://source.com",
embeddedURLString: "https://not-a-real-url-dot-com",
embeddedURLContentHeight: 123
)
]),
Expand Down

0 comments on commit f0bf8e5

Please sign in to comment.