Fix id of Items, saving
This commit is contained in:
@@ -20,6 +20,6 @@ extension FileResource {
|
||||
}
|
||||
|
||||
static var mock: FileResource {
|
||||
Content.mock.files.first(where: { $0.id == "my-file.txt" })!
|
||||
Content.mock.files.first(where: { $0.identifier == "my-file.txt" })!
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user