File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111
1212NS_ASSUME_NONNULL_BEGIN
1313
14+ extern NSString * const GTPullMergeConflictedFiles;
15+
1416// / An enum describing the result of the merge analysis.
1517// / See `git_merge_analysis_t`.
1618typedef NS_OPTIONS (NSInteger , GTMergeAnalysis) {
Original file line number Diff line number Diff line change 258258 }];
259259 expect (@(result)).to (beFalsy ());
260260 expect (error.domain ).to (equal (@" GTGitErrorDomain" ));
261- expect (error.userInfo [@" GTPullMergeConflictedFiles" ]).to (equal (@[@" test.txt" ]));
261+ expect (error.userInfo [GTPullMergeConflictedFiles]).to (equal (@[@" test.txt" ]));
262262 expect (error.localizedDescription ).to (equal (@" Merge conflict, Pull aborted." ));
263263 expect (@(transferProgressed)).to (beTruthy ());
264264 });
You can’t perform that action at this time.
0 commit comments