Skip to content

Commit a0b9bd7

Browse files
committed
chore: fix test name after CR
1 parent 9a492cb commit a0b9bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/Libraries/Components/AccessibilityInfo/__tests__/AccessibilityInfo-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ describe('AccessibilityInfo', () => {
556556
expect(isReduceMotionEnabled).toBe(true);
557557
});
558558

559-
it('should throw error if isReduceMotionEnabled is not available', async () => {
559+
it('should throw error if NativeAccessibilityInfoAndroid is not available', async () => {
560560
/* $FlowFixMe[incompatible-type] */
561561
Platform.OS = 'android';
562562

0 commit comments

Comments
 (0)