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 65fde63 commit 1f0b770Copy full SHA for 1f0b770
Tests/OptimizelyTests-Common/VuidManagerTests.swift
@@ -52,8 +52,8 @@ class VuidManagerTests: XCTestCase {
52
let vuid2 = manager.vuid
53
54
XCTAssertTrue(vuid1 == vuid2)
55
- XCTAssert(VuidManager.isVuid(vuid1!))
56
- XCTAssert(VuidManager.isVuid(vuid2!))
+ XCTAssert(VuidManager.isVuid(vuid1))
+ XCTAssert(VuidManager.isVuid(vuid2))
57
58
UserDefaults.standard.removeObject(forKey: "optimizely-vuid")
59
0 commit comments