We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb454b commit 428694dCopy full SHA for 428694d
Tests/FormbricksSDKTests/FormbricksSDKTests.swift
@@ -48,8 +48,8 @@ final class FormbricksSDKTests: XCTestCase {
48
// Setup the SDK using your new instance-based design.
49
// This creates new instances for both the UserManager and SurveyManager.
50
Formbricks.setup(with: FormbricksConfig.Builder(appUrl: appUrl, environmentId: environmentId)
51
- .set(attributes: ["a": "b"])
52
- .add(attribute: "test", forKey: "key")
+// .set(attributes: ["a": "b"])
+// .add(attribute: "test", forKey: "key")
53
.setLogLevel(.debug)
54
.build())
55
0 commit comments