From c6f82a0bea502757a24b199f741873dea78eae82 Mon Sep 17 00:00:00 2001 From: Cameron McCord Date: Tue, 5 May 2015 18:36:12 -0600 Subject: [PATCH] removed let color --- ValidatorTests/ValidatorTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/ValidatorTests/ValidatorTests.swift b/ValidatorTests/ValidatorTests.swift index 656e602..4906c51 100644 --- a/ValidatorTests/ValidatorTests.swift +++ b/ValidatorTests/ValidatorTests.swift @@ -44,8 +44,6 @@ class ValidatorTests: XCTestCase { let ERROR_LABEL = UILabel() - let GREEN_COLOR = UIColor.greenColor() - override func setUp() { super.setUp() // Put setup code here. This method is called before the invocation of each test method in the class.