Skip to content

Commit d9e940e

Browse files
committed
fix CI
1 parent 09efb78 commit d9e940e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/src/__tests__/gestureController.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe('createGestureController', () => {
206206
const gesture = createGestureController(tap);
207207

208208
expect(() => gesture.begin({ state: State.BEGAN } as never)).toThrow(
209-
"createGestureController manages 'state' internally."
209+
"GestureController manages 'state' internally."
210210
);
211211
expect(getControllerState(gesture)).toBe(State.UNDETERMINED);
212212
expect(onBegin).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)