From fd9a62655127109a11d3e29a9b4be22ee291c5b3 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 13 Jan 2019 07:42:13 -0800 Subject: [PATCH] Ditch unused test constant. --- Tests/JSONAPITests/Includes/IncludeTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/JSONAPITests/Includes/IncludeTests.swift b/Tests/JSONAPITests/Includes/IncludeTests.swift index ad4beeb..b3920ba 100644 --- a/Tests/JSONAPITests/Includes/IncludeTests.swift +++ b/Tests/JSONAPITests/Includes/IncludeTests.swift @@ -4,8 +4,6 @@ import XCTest class IncludedTests: XCTestCase { - let decoder = JSONDecoder() - func test_zeroIncludes_init() { let includes = Includes() XCTAssertEqual(includes.count, 0)