Skip to content

Commit

Permalink
fix: check box form test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvente committed Mar 8, 2024
1 parent 45cedc9 commit 39b9941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PluggableComponent/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jest.mock('../../../package.json', () => ({
describe('Utils', () => {
describe('isPluginAvailable util', () => {
test('returns true if a plugin is installed', async () => {
const checkBoxPlugin = await isPluginAvailable('communications-app-check-box-form');
const checkBoxPlugin = await isPluginAvailable('communications-app-test-component');
expect(checkBoxPlugin).toBe(true);
});

Expand Down

0 comments on commit 39b9941

Please sign in to comment.