Skip to content

Commit

Permalink
test: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Jun 21, 2024
1 parent 14ff014 commit a13d41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/uui-input-otp/lib/uui-input-otp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ describe('UUIInputOtpElement', () => {
if (!inputs) {
throw new Error('inputs not found');
}

expect(inputs[0].value).to.equal('1');
expect(inputs[1].value).to.equal('2');
expect(inputs[2].value).to.equal('3');
Expand All @@ -132,6 +133,7 @@ describe('UUIInputOtpElement', () => {
if (!inputs) {
throw new Error('inputs not found');
}

expect(inputs[0].value).to.equal('1');
expect(inputs[1].value).to.equal('2');
expect(inputs[2].value).to.equal('3');
Expand Down

0 comments on commit a13d41b

Please sign in to comment.