Skip to content

Commit b31e408

Browse files
committed
Saving a derived context no longer saves the mainContext
1 parent e763260 commit b31e408

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WordPress/WordPressTest/ContextManagerTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class ContextManagerTests: XCTestCase {
176176
// Discard the username change that's made above
177177
contextManager.mainContext.reset()
178178

179-
XCTExpectFailure("Known issue: the mainContext is saved along with the `ContextManager.save` functions")
180179
expect(try findFirstUser()?.username) == "First User"
181180
}
182181

0 commit comments

Comments
 (0)