From 8fd7ed33375ece54181ccbedb7b034418bb74241 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Wed, 16 Oct 2024 15:11:10 -0400 Subject: [PATCH] Remove unused --- .../Container/ThreadSafeDependencyGraphTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/WhoopDIKitTests/Container/ThreadSafeDependencyGraphTests.swift b/Tests/WhoopDIKitTests/Container/ThreadSafeDependencyGraphTests.swift index ac772b8..aae63d6 100644 --- a/Tests/WhoopDIKitTests/Container/ThreadSafeDependencyGraphTests.swift +++ b/Tests/WhoopDIKitTests/Container/ThreadSafeDependencyGraphTests.swift @@ -2,8 +2,6 @@ import Testing @testable import WhoopDIKit struct ThreadSafeDependencyGraphTests { - private let key = "key" - @Test(arguments: [false, true]) func aquireDependencyGraph_notThreadSafe(threadsafe: Bool) { let options = MockOptionProvider(options: [.threadSafeLocalInject: threadsafe])