File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
example/ios/InstabugTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ - (void)testSetCommentMinimumCharacterCountGivenReportTypes {
162
162
163
163
[self .api setCommentMinimumCharacterCountLimit: limit reportTypes: reportTypes error: &error];
164
164
165
- OCMVerify ([self .mBugReporting setCommentMinimumCharacterCountForReportTypes: IBGBugReportingReportTypeBug | IBGBugReportingReportTypeQuestion withLimit: limit.intValue ]);
165
+ OCMVerify ([self .mBugReporting setCommentMinimumCharacterCount: limit.intValue forBugReportType: IBGBugReportingReportTypeBug | IBGBugReportingReportTypeQuestion]);
166
166
}
167
167
168
168
- (void )testSetCommentMinimumCharacterCountGivenNoReportTypes {
@@ -172,7 +172,7 @@ - (void)testSetCommentMinimumCharacterCountGivenNoReportTypes {
172
172
173
173
[self .api setCommentMinimumCharacterCountLimit: limit reportTypes: reportTypes error: &error];
174
174
175
- OCMVerify ([self .mBugReporting setCommentMinimumCharacterCountForReportTypes: IBGBugReportingReportTypeBug | IBGBugReportingReportTypeFeedback | IBGBugReportingReportTypeQuestion withLimit: limit.intValue ]);
175
+ OCMVerify ([self .mBugReporting setCommentMinimumCharacterCount: limit.intValue forBugReportType: IBGBugReportingReportTypeBug | IBGBugReportingReportTypeFeedback | IBGBugReportingReportTypeQuestion]);
176
176
}
177
177
- (void )testAddUserConsentWithKey {
178
178
NSString *key = @" testKey" ;
You can’t perform that action at this time.
0 commit comments