Skip to content

Commit

Permalink
NAS-131313: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanY147 committed Oct 10, 2024
1 parent ac51657 commit da74c78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('IxTestProgressRowComponent', () => {

it('shows disk name', () => {
const h4 = spectator.query('h4');
expect(h4.textContent).toBe('sdd(serial)');
expect(h4.textContent).toBe('sdd (serial)');
});

it('doesnt show progress bar', () => {
Expand Down Expand Up @@ -83,7 +83,7 @@ describe('IxTestProgressRowComponent', () => {

it('shows disk name', () => {
const h4 = spectator.query('h4');
expect(h4.textContent).toBe('sdd(serial)');
expect(h4.textContent).toBe('sdd (serial)');
});

it('shows progress bar', () => {
Expand Down

0 comments on commit da74c78

Please sign in to comment.