Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Oct 18, 2023
1 parent fc26bad commit 549307e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class FloatingTextFieldSnapshotTests: XCTestCase {
func test_thatFloatingTextFieldShowsSecureField() {
assertSnapshots(
of: FloatingTextField(.constant(.text), placeholder: .placeholder)
.secureField(true),
.isSecureTextEntry(true),
as: [.image(layout: .default, traits: .light)]
)
}
Expand Down

0 comments on commit 549307e

Please sign in to comment.