From 2ed93e447aab4512e68f6ca408bb78c62449456b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 17 May 2024 23:07:34 -0700 Subject: [PATCH] Make TestAccountManager final. --- Account/Tests/AccountTests/TestAccountManager.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Account/Tests/AccountTests/TestAccountManager.swift b/Account/Tests/AccountTests/TestAccountManager.swift index a6216eb05..2043eb401 100644 --- a/Account/Tests/AccountTests/TestAccountManager.swift +++ b/Account/Tests/AccountTests/TestAccountManager.swift @@ -8,11 +8,10 @@ import Foundation import Web - @testable import Account -class TestAccountManager { - +final class TestAccountManager { + static let shared = TestAccountManager() var accountsFolder: URL {