Skip to content

Commit

Permalink
Update ResponsiveTextFieldTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath authored Jul 31, 2024
1 parent 658c8d1 commit 8702d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class ResponsiveTextFieldTests: XCTestCase {
@MainActor
func testPlaceholderTextFieldWithText() {
assertSnapshot(
matching: ResponsiveTextField(
of: ResponsiveTextField(
placeholder: "Placeholder Text",
text: .constant("Textfield with some text"),
isSecure: false,
Expand Down

0 comments on commit 8702d88

Please sign in to comment.