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 11
11
12
12
NS_ASSUME_NONNULL_BEGIN
13
13
14
+ extern NSString * const GTPullMergeConflictedFiles;
15
+
14
16
// / An enum describing the result of the merge analysis.
15
17
// / See `git_merge_analysis_t`.
16
18
typedef NS_OPTIONS (NSInteger , GTMergeAnalysis) {
Original file line number Diff line number Diff line change 258
258
}];
259
259
expect (@(result)).to (beFalsy ());
260
260
expect (error.domain ).to (equal (@" GTGitErrorDomain" ));
261
- expect (error.userInfo [@" GTPullMergeConflictedFiles" ]).to (equal (@[@" test.txt" ]));
261
+ expect (error.userInfo [GTPullMergeConflictedFiles]).to (equal (@[@" test.txt" ]));
262
262
expect (error.localizedDescription ).to (equal (@" Merge conflict, Pull aborted." ));
263
263
expect (@(transferProgressed)).to (beTruthy ());
264
264
});
You can’t perform that action at this time.
0 commit comments