Skip to content

Commit 7368462

Browse files
committed
update unit test
1 parent 9c8885c commit 7368462

File tree

2 files changed

+13
-124
lines changed

2 files changed

+13
-124
lines changed

x-pack/plugins/security_solution/public/network/components/embeddables/__snapshots__/embedded_map.test.tsx.snap

+12-123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ describe('EmbeddedMapComponent', () => {
3838
/>
3939
</TestProviders>
4040
);
41-
expect(wrapper).toMatchSnapshot();
41+
expect(wrapper.find('EmbeddedMapComponent')).toMatchSnapshot();
4242
});
4343
});

0 commit comments

Comments
 (0)