Skip to content

Commit

Permalink
NAS-129854: NAS-129913: Migrate to new control flow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed Jul 4, 2024
1 parent 9b82b93 commit df0b778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('MiniSlotStatusComponent', () => {
},
});

expect(spectator.query('ix-icon')).toHaveAttribute('name', 'check_circle');
expect(spectator.query('ix-icon')).toHaveAttribute('name', 'mdi-circle-outline');
expect(spectator.query('ix-icon')).toHaveClass('status-empty');
expect(spectator.fixture.nativeElement).toHaveText('Empty');
});
Expand Down

0 comments on commit df0b778

Please sign in to comment.