Make TestAccountManager final.
This commit is contained in:
parent
16ed322209
commit
2ed93e447a
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user