Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes test
  • Loading branch information
BradenBagby committed Feb 28, 2023
commit 27dfc9f6451fb76022f1204fcff0249dd4a7df0f
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ public void setDescriptionWhileRecording() {

if (android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.O) {
verify(mockResult, times(1))
.error(eq("setDescriptionWhileRecordingFailed"), eq("Device does not support"), eq(null));
.error(eq("setDescriptionWhileRecordingFailed"), eq("Device does not support switching the camera while recording"), eq(null));
} else {
verify(mockResult, times(1)).success(null);
verify(mockResult, never()).error(any(), any(), any());
Expand Down