Skip to content

Commit

Permalink
Merge pull request #360 from Sagardevkota/fix/typo_in_challenge_23_te…
Browse files Browse the repository at this point in the history
…sting_harness

fix: correct typo & grammar in test's name
  • Loading branch information
tomalaforge authored Nov 24, 2023
2 parents 6cb5c5c + c29876f commit dc28ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/testing/harness/src/app/child.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('ChildComponent', () => {
});
});

describe('When disabled chebkbox is toggle', () => {
describe('When disabled checkbox is toggled', () => {
test('Then slider is disabled', async () => {
await render(ChildComponent);
});
Expand Down

0 comments on commit dc28ae8

Please sign in to comment.