From 7a27a2e685f1d41a6bf5c566ddc37de7b3a9845d Mon Sep 17 00:00:00 2001 From: Ilias Pavlidakis Date: Thu, 26 Sep 2024 15:34:36 +0300 Subject: [PATCH] Remove record: true --- .../CallView/ParticipantsGridLayout_Tests.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift index b58d6a6af..6634d132a 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift @@ -60,8 +60,7 @@ final class ParticipantsGridLayout_Tests: StreamVideoUITestCase, @unchecked Send AssertSnapshot( layout, variants: snapshotVariants, - suffix: "with_\(count)_participants", - record: true + suffix: "with_\(count)_participants" ) } }