Make TestAccountManager final.

This commit is contained in:
Brent Simmons 2024-05-17 23:07:34 -07:00
parent 16ed322209
commit 2ed93e447a

View File

@ -8,11 +8,10 @@
import Foundation
import Web
@testable import Account
class TestAccountManager {
final class TestAccountManager {
static let shared = TestAccountManager()
var accountsFolder: URL {