Skip to content

Commit 7fb454b

Browse files
committed
adds logs
1 parent 40204f7 commit 7fb454b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/FormbricksSDKTests/MockFormbricksService/MockFormbricksService.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ class MockFormbricksService: FormbricksService {
5050
print("⚠️ \(name).json not found in test bundle root")
5151
}
5252
}
53+
54+
print("is data set now? ")
55+
print(data)
5356

5457
// 3️⃣ Try “Mock/” subdirectory
5558
if data == nil {

0 commit comments

Comments
 (0)