Skip to content

Commit 428694d

Browse files
committed
adds logs
1 parent 7fb454b commit 428694d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/FormbricksSDKTests/FormbricksSDKTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ final class FormbricksSDKTests: XCTestCase {
4848
// Setup the SDK using your new instance-based design.
4949
// This creates new instances for both the UserManager and SurveyManager.
5050
Formbricks.setup(with: FormbricksConfig.Builder(appUrl: appUrl, environmentId: environmentId)
51-
.set(attributes: ["a": "b"])
52-
.add(attribute: "test", forKey: "key")
51+
// .set(attributes: ["a": "b"])
52+
// .add(attribute: "test", forKey: "key")
5353
.setLogLevel(.debug)
5454
.build())
5555

0 commit comments

Comments
 (0)