From 549307e371c6b97ecbb46d2de304e476c673e74d Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 18 Oct 2023 19:06:59 +0300 Subject: [PATCH] Update tests --- .../SnapshotTests/FloatingTextFieldSnapshotTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FloatingTextFieldTests/SnapshotTests/FloatingTextFieldSnapshotTests.swift b/Tests/FloatingTextFieldTests/SnapshotTests/FloatingTextFieldSnapshotTests.swift index 67eff41..0b16e6c 100644 --- a/Tests/FloatingTextFieldTests/SnapshotTests/FloatingTextFieldSnapshotTests.swift +++ b/Tests/FloatingTextFieldTests/SnapshotTests/FloatingTextFieldSnapshotTests.swift @@ -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)] ) }