Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Yakimenko authored and dianaafanador3 committed Oct 11, 2022
1 parent 8bd435c commit e358bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealmSwift/Tests/ObjectCreationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ class ObjectCreationTests: TestCase {
// Assign of EmbeddedObject
copyC.object = parent.object
assertThrows(realm.add(copyC), "Cannot set a link to an existing managed embedded object")

let parentUnmanaged = EmbeddedParentObject(value: [
"object": ["value": 4],
"array": [[5]],
Expand Down

0 comments on commit e358bc0

Please sign in to comment.