Skip to content
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
davepwsmith committed Feb 11, 2020
commit bcb2e9094964d45c72d1f60c8249442240943999
2 changes: 0 additions & 2 deletions reactfire/firestore/firestore.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ describe('Firestore', () => {
);

await waitForElement(() => getByTestId('once'));
await waitForElement(() => getByTestId('subscribe'));

expect(getByTestId('once')).toContainHTML(mockData1.a);

await act(() => ref.set(mockData2));
Expand Down