Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
Signed-off-by: mario ma <mario.ma.node@gmail.com>
  • Loading branch information
mario-mui committed Mar 28, 2024
1 parent 0f96ff0 commit 18c6920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('<EntityNamespacePicker/>', () => {
);
});
it('renders initially selected namespaces', async () => {
render(
renderInTestApp(
<TestApiProvider apis={[[catalogApiRef, mockCatalogApiRef]]}>
<MockEntityListContextProvider value={{}}>
<EntityNamespacePicker
Expand Down

0 comments on commit 18c6920

Please sign in to comment.