We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab11df5 commit b3e855eCopy full SHA for b3e855e
Tests/OptimizelyTests-DataModel/HoldoutTests.swift
@@ -21,9 +21,8 @@ import XCTest
21
22
class HoldoutTests: XCTestCase {
23
static var variationData: [String: Any] = ["id": "553339214",
24
- "key": "house",
25
- "featureEnabled": true,
26
- "variables": [["id": "553339214", "value": "100"]]]
+ "key": "house",
+ "featureEnabled": true]
27
28
static var trafficAllocationData: [String: Any] = ["entityId": "553339214", "endOfRange": 5000]
29
0 commit comments