Skip to content

Commit

Permalink
FIO-8273 fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaKurban committed Jan 9, 2025
1 parent 2100b6c commit 7f914b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/__tests__/process.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4965,7 +4965,7 @@ describe('Process Tests', function () {
assert.deepEqual(context.data, submission.data);
});

it('Should properly validate comopnents inside Data Components with Advanced logic', async () => {
it('Should properly validate comopnents inside Data Components with Advanced logic', async function () {
const form = {
display: 'form',
components: [
Expand Down

0 comments on commit 7f914b6

Please sign in to comment.