Make TestAccountManager final.

This commit is contained in:
Brent Simmons 2024-05-17 23:07:34 -07:00
parent 16ed322209
commit 2ed93e447a
1 changed files with 2 additions and 3 deletions

View File

@ -8,10 +8,9 @@
import Foundation import Foundation
import Web import Web
@testable import Account @testable import Account
class TestAccountManager { final class TestAccountManager {
static let shared = TestAccountManager() static let shared = TestAccountManager()