Skip to content

Commit cf1d63f

Browse files
committed
fixed typo in test
1 parent 842ecfd commit cf1d63f

File tree

1 file changed

+1
-1
lines changed
  • exercises/07-Very-Specific-Rules

1 file changed

+1
-1
lines changed

exercises/07-Very-Specific-Rules/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("All the styles should be applied", ()=>{
2929
expect(reg.test(color)).toBeTruthy();
3030
});
3131

32-
test("The ul second element background should be green", ()=>{
32+
test("The ol second element background should be green", ()=>{
3333
document.querySelector(
3434
"head"
3535
).innerHTML = `<style>${css.toString()}</style>`;

0 commit comments

Comments
 (0)