Skip to content

Commit b3e855e

Browse files
wip: clean up
1 parent ab11df5 commit b3e855e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/OptimizelyTests-DataModel/HoldoutTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ import XCTest
2121

2222
class HoldoutTests: XCTestCase {
2323
static var variationData: [String: Any] = ["id": "553339214",
24-
"key": "house",
25-
"featureEnabled": true,
26-
"variables": [["id": "553339214", "value": "100"]]]
24+
"key": "house",
25+
"featureEnabled": true]
2726

2827
static var trafficAllocationData: [String: Any] = ["entityId": "553339214", "endOfRange": 5000]
2928

0 commit comments

Comments
 (0)