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])