chore: fix unit test url copy

This commit is contained in:
André Neves 2019-02-10 10:28:08 -05:00
parent 9bb5d4ead6
commit 9c83b61051
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ afterEach(cleanup);
describe('<QRCode />', () => {
test('should render qrcode component correctly', () => {
const { queryByTestId } = render(
<QRCode value='https://z.cash.foundation' />,
<QRCode value='https://znfd.org' />,
);
expect(queryByTestId('QRCode')).toBeInTheDocument();