mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make TestAccountManager final.
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
|
||||
import Foundation
|
||||
import Web
|
||||
|
||||
@testable import Account
|
||||
|
||||
class TestAccountManager {
|
||||
|
||||
final class TestAccountManager {
|
||||
|
||||
static let shared = TestAccountManager()
|
||||
|
||||
var accountsFolder: URL {
|
||||
|
||||
Reference in New Issue
Block a user