Skip to content

Commit bb33d6f

Browse files
authored
Update tests.js
1 parent b767142 commit bb33d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/13-Anchor-Like-Button/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("All the styles should be applied", ()=>{
2020

2121
expect(classTagStyles["padding"]).toBe("10px");
2222
});
23-
test("The border radius should be '4px'", ()=>{
23+
test("The border-radius should be '4px'", ()=>{
2424
document.querySelector(
2525
"head"
2626

0 commit comments

Comments
 (0)