mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
test: fix warning in test
This commit is contained in:
parent
fd85a211f6
commit
075669d87e
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ private extension OperationQueue {
|
|||
|
||||
// MARK: - Instance Metadata
|
||||
|
||||
struct InstanceMetadata: Codable {
|
||||
nonisolated struct InstanceMetadata: Codable {
|
||||
let serverURL: String
|
||||
let username: String
|
||||
let name: String
|
||||
|
|
|
|||
Loading…
Reference in a new issue