Skip to content

Commit b1cba72

Browse files
committed
Fix test
1 parent 676c6f2 commit b1cba72

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/instrument-utils/src/storedInstrument/ManageInstrumentsModal/ManageInstrumentsModal.test.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ describe('ManageInstrumentsModal', () => {
5555
);
5656
});
5757

58-
it('throws an error if not wrapped in checkout context', () => {
59-
expect(() =>
60-
render(
61-
<LocaleContext.Provider value={localeContext}>
62-
<ManageInstrumentsModal {...defaultProps} />
63-
</LocaleContext.Provider>,
64-
),
65-
).toThrow('Need to wrap in checkout context');
66-
});
67-
6858
it('renders list of card instruments in table format', () => {
6959
render(
7060
<ManageInstrumentsModalTest

0 commit comments

Comments
 (0)