You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
userInfo:[NSLocalizedDescriptionKey:"Automatic merge failed; fix conflicts and then commit the result."]
61
+
)
62
+
letservice=makeService(runner: runner)
63
+
64
+
// When
65
+
await service.pull()
66
+
67
+
// Then
68
+
XCTAssertEqual(
69
+
service.errorMessage,
70
+
"Pull hit merge conflicts in Sources/Zero/Views/EditorView.swift, Sources/Zero/Services/GitPanelService.swift. Resolve those files, commit, then pull again."
0 commit comments