Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/extensions/forms/FieldBlock/__tests__…
Browse files Browse the repository at this point in the history
…/FieldBlock.test.tsx
  • Loading branch information
langz authored Dec 17, 2024
1 parent a753cd4 commit c65bfa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ describe('FieldBlock', () => {
)
})

it('should show indicator with an label when fieldState is set to pending', async () => {
it('should show indicator with a label when fieldState is set to pending', async () => {
render(
<FieldBlock fieldState="pending">
<MockComponent />
Expand Down

0 comments on commit c65bfa5

Please sign in to comment.