Skip to content

Commit f5458ec

Browse files
committed
Merge branch 'modal-container-style' of https://github.com/RocketChat/Rocket.Chat.ReactNative into modal-container-style
2 parents 8cfe324 + fb4389e commit f5458ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/containers/Passcode/Base/Base.test.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ describe('Base Passcode Component', () => {
4242
});
4343

4444
test('should render biometry button when showBiometry is true', () => {
45-
const { getByTestId } = render(
46-
<TestBase type={TYPE.ENTER} title='Enter Passcode' showBiometry onBiometryPress={() => {}} />
47-
);
45+
const { getByTestId } = render(<TestBase type={TYPE.ENTER} title='Enter Passcode' showBiometry onBiometryPress={() => {}} />);
4846
expect(getByTestId('biometry-button')).toBeTruthy();
4947
});
5048

0 commit comments

Comments
 (0)